Reduce power level

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

View File

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