Reduce power level

This commit is contained in:
2024-01-03 11:54:20 +11:00
parent f94715c4fc
commit 7d08e8e86c

View File

@@ -49,7 +49,7 @@ void RFPowerView::startListening() {
void RFPowerView::startTransmitting() {
radio.stopListening();
radio.setPALevel(RF24_PA_HIGH, true);
radio.setPALevel(RF24_PA_LOW, true);
radio.openWritingPipe(rfID);
radio.powerUp();