Skip to content

Commit

Permalink
Forgot the channel again...
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Jul 25, 2020
1 parent 85d4591 commit 81c7627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ncursesInt/RF24Gateway_ncursesInt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ uint32_t failCounter = 0;
myFile << ++failCounter << "\n";
}
myFile.close();
mesh.begin(1);
mesh.begin();
delay(1000);
radio.failureDetected = 0;
}
Expand Down

0 comments on commit 81c7627

Please # to comment.