mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
add WDT 10s, fix 8266, tiny
This commit is contained in:
@@ -17,15 +17,17 @@ typedef struct {
|
||||
time_t heap_min_time;
|
||||
uint32_t backtrace[CONFIG_RESTART_DEBUG_STACK_DEPTH];
|
||||
} re_restart_debug_t;
|
||||
__NOINIT_ATTR static int8_t bootloop_panic_count;
|
||||
|
||||
void IRAM_ATTR debugUpdate();
|
||||
#endif // RESTART_DEBUG_INFO
|
||||
|
||||
__NOINIT_ATTR static int8_t bootloop_panic_count;
|
||||
|
||||
|
||||
extern "C" void __real_esp_panic_handler(void*);
|
||||
void printDebugTrace();
|
||||
void sendDebugTraceAndFreeMemory(bool);
|
||||
void IRAM_ATTR debugUpdate();
|
||||
|
||||
void startWatchDog();
|
||||
extern "C" bool verifyRollbackLater();
|
||||
void verifyFirmware();
|
||||
Reference in New Issue
Block a user