Bugfix main.cpp introduced with last commit
This commit is contained in:
parent
475a38999a
commit
0318987a4e
@ -330,6 +330,8 @@ void loop() {
|
|||||||
processSendBuffer();
|
processSendBuffer();
|
||||||
// check send cycle and enqueue payload if cycle is expired
|
// check send cycle and enqueue payload if cycle is expired
|
||||||
sendPayload();
|
sendPayload();
|
||||||
|
// reset watchdog
|
||||||
|
vTaskDelay(1 / portTICK_PERIOD_MS);
|
||||||
|
|
||||||
} // loop()
|
} // loop()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user