From 930fac32d377f0233aec692b186786018e900ee9 Mon Sep 17 00:00:00 2001 From: TMRh20 Date: Thu, 13 Aug 2020 16:55:08 -0600 Subject: [PATCH] Forgot to re-enable interrupts --- examples/ncursesInt/RF24Gateway_ncursesInt.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/ncursesInt/RF24Gateway_ncursesInt.cpp b/examples/ncursesInt/RF24Gateway_ncursesInt.cpp index 3be966e..a05bcbd 100644 --- a/examples/ncursesInt/RF24Gateway_ncursesInt.cpp +++ b/examples/ncursesInt/RF24Gateway_ncursesInt.cpp @@ -170,7 +170,8 @@ uint32_t failCounter = 0; } mesh_timer = millis(); } - + gw.interrupts(); + if(ok){ //Non-master nodes need an active connection to the mesh in order to handle data