Reduce power level
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user