Remove reset reason

as it is not necessary anymore - no more in devt
This commit is contained in:
Luc 2019-03-26 09:41:09 +01:00
parent 697d9791cb
commit 8a20fca363
2 changed files with 3 additions and 3 deletions

View File

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

View File

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