mirror of
https://github.com/jeelabs/esp-link.git
synced 2026-03-03 16:04:00 +01:00
correct reset codes
This commit is contained in:
@@ -113,7 +113,7 @@ void user_rf_pre_init(void) {
|
||||
extern uint32_t _binary_espfs_img_start;
|
||||
|
||||
static char *rst_codes[] = {
|
||||
"normal", "wdt reset", "exception", "soft wdt", "restart", "deep sleep", "???",
|
||||
"normal", "wdt reset", "exception", "soft wdt", "restart", "deep sleep", "external",
|
||||
};
|
||||
|
||||
# define VERS_STR_STR(V) #V
|
||||
|
||||
Reference in New Issue
Block a user