diff --git a/examples_RPi/helloworld_rx.cpp b/examples_RPi/helloworld_rx.cpp index 87678094..2f933d7e 100644 --- a/examples_RPi/helloworld_rx.cpp +++ b/examples_RPi/helloworld_rx.cpp @@ -45,7 +45,6 @@ int main(int argc, char** argv) delay(5); radio.setChannel(90); network.begin(/*node address*/ this_node); - radio.setPALevel(RF24_PA_HIGH,0); radio.printDetails(); while (1) {