ESP8266 Developer Zone The Official ESP8266 Forum 2015-08-18T17:39:00+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=962 2015-08-18T17:39:00+08:00 2015-08-18T17:39:00+08:00 https://bbs.espressif.com:443/viewtopic.php?t=962&p=3290#p3290 <![CDATA[Reset source clarification]]>
I was testing with system_get_rst_info() function, I always get source is caused by '6' which is "REANSON_EXT_SYS_RST" even when i force wdt reset ?

Code:

   struct rst_info *rtc_info = system_get_rst_info();

   os_printf("reset reason: %x\n", rtc_info->reason);


any thoughts?

Thanks

Statistics: Posted by SL!M — Tue Aug 18, 2015 5:39 pm


]]>