From c7dfcdf1cb03fefea635a19be6abb4ebd5a81ba3 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Fri, 16 Feb 2024 07:51:19 -0600 Subject: [PATCH] Update RF24Gateway_ncurses.cpp Minor change to prevent segfault on non-master nodes --- examples/ncurses/RF24Gateway_ncurses.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ncurses/RF24Gateway_ncurses.cpp b/examples/ncurses/RF24Gateway_ncurses.cpp index 03afbcf..ecbde8f 100644 --- a/examples/ncurses/RF24Gateway_ncurses.cpp +++ b/examples/ncurses/RF24Gateway_ncurses.cpp @@ -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);