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