mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-30 01:06:11 +02:00
non blocking version
- shorten hms waiting times after last frame es well (might be too short to immedately stop timer!) - timings still need review...
This commit is contained in:
parent
c3a2ad0a97
commit
4749b5ef3d
8 changed files with 222 additions and 122 deletions
|
@ -7,8 +7,6 @@
|
|||
#include "app.h"
|
||||
#include "utils/sun.h"
|
||||
|
||||
#define WDT_TIMEOUT_SECONDS 8 // Watchdog Timeout 8s
|
||||
|
||||
#if !defined(ESP32)
|
||||
void esp_task_wdt_reset() {}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue