Skip to content

Commit

Permalink
Update RF24Gateway_ncurses.cpp
Browse files Browse the repository at this point in the history
Minor change to prevent segfault on non-master nodes
  • Loading branch information
TMRh20 authored Feb 16, 2024
1 parent b8b7d8e commit c7dfcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ncurses/RF24Gateway_ncurses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ int main()
{

gw.begin();
mesh.setStaticAddress(8, 1);
//mesh.setStaticAddress(8, 1);

//uint8_t nodeID = 22;
//gw.begin(nodeID,3,RF24_2MBPS);
Expand Down

0 comments on commit c7dfcdf

Please sign in to comment.