correct reset codes

This commit is contained in:
Thorsten von Eicken
2015-08-19 19:14:10 -07:00
parent a58904f1be
commit bc063ef71d

View File

@@ -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