diff --git a/esp3d/config.h b/esp3d/config.h index 5a2f13e0..44ef8b6d 100644 --- a/esp3d/config.h +++ b/esp3d/config.h @@ -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 //////////////////////////////////////////////////////////////////////// diff --git a/esp3d/esp3d.cpp b/esp3d/esp3d.cpp index bf6adbbc..2229f639 100644 --- a/esp3d/esp3d.cpp +++ b/esp3d/esp3d.cpp @@ -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) {