Skip to content

Commit

Permalink
Revert one mistaken modification
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Feb 16, 2024
1 parent 99d77b1 commit d406968
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples_RPi/helloworld_rx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d406968

Please sign in to comment.