mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-19 14:29:07 +08:00
Remove reset reason
as it is not necessary anymore - no more in devt
This commit is contained in:
parent
697d9791cb
commit
8a20fca363
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
//version and sources location
|
||||
#define FW_VERSION "2.0.0.c25"
|
||||
#define FW_VERSION "2.0.0.c26"
|
||||
#define REPOSITORY "https://github.com/luc-github/ESP3D"
|
||||
|
||||
//Customize ESP3D ////////////////////////////////////////////////////////////////////////
|
||||
|
@ -201,7 +201,7 @@ OLED_DISPLAY::splash();
|
||||
if (!wifi_config.Enable_servers() ) {
|
||||
ESPCOM::println (F ("Error enabling servers"), PRINTER_PIPE);
|
||||
}
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
/*#ifdef ARDUINO_ARCH_ESP8266
|
||||
if (rtc_info->reason == REASON_WDT_RST ||
|
||||
|
||||
rtc_info->reason == REASON_EXCEPTION_RST ||
|
||||
@ -227,7 +227,7 @@ OLED_DISPLAY::splash();
|
||||
s+=String(reason_1);
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif*/
|
||||
|
||||
#ifdef ASYNCWEBSERVER
|
||||
if (WiFi.getMode() != WIFI_AP) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user