Skip to content

Commit

Permalink
remove static address assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jun 21, 2024
1 parent 22de2f1 commit f49f1c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples_RPi/ncurses/RF24Mesh_Ncurses_Master.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ int main()
return 0;
}
radio.printDetails();
mesh.setStaticAddress(8, 01);
win = initscr(); /* Start curses mode */
getmaxyx(win, maxX, maxY);
start_color();
Expand Down

0 comments on commit f49f1c3

Please sign in to comment.