Skip to content

Commit

Permalink
Forgot to re-enable interrupts
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 authored Aug 13, 2020
1 parent 6505d3c commit 930fac3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/ncursesInt/RF24Gateway_ncursesInt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 930fac3

Please # to comment.