We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4033199 commit f5ab75dCopy full SHA for f5ab75d
src/Wippersnapper.cpp
@@ -2500,6 +2500,7 @@ void Wippersnapper::runNetFSM() {
2500
*/
2501
/**************************************************************************/
2502
void Wippersnapper::haltError(String error, ws_led_status_t ledStatusColor) {
2503
+ WS.enableWDT(5000);
2504
for (;;) {
2505
WS_DEBUG_PRINT("ERROR [WDT RESET]: ");
2506
WS_DEBUG_PRINTLN(error);
0 commit comments