Skip to content

Commit

Permalink
Fix example compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Nov 7, 2021
1 parent 3f60d8b commit b6c6f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples_RPi/ncurses/RF24Mesh_Ncurses_Master.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <RF24/RF24.h>
#include <RF24Network/RF24Network.h>

RF24 radio(RPI_V2_GPIO_P1_15, BCM2835_SPI_CS0, BCM2835_SPI_SPEED_8MHZ);
RF24 radio(22,0);
RF24Network network(radio);
RF24Mesh mesh(radio,network);

Expand Down

0 comments on commit b6c6f1c

Please sign in to comment.