mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
add back showing of ESP restart reason during boot - https://github.com/proddy/EMS-ESP/issues/182
This commit is contained in:
@@ -213,7 +213,7 @@ void MyESP::_wifiCallback(justwifi_messages_t code, char * parameter) {
|
||||
ArduinoOTA.begin(); // moved to support esp32
|
||||
myDebug_P(PSTR("[OTA] listening to %s.local:%u"), ArduinoOTA.getHostname().c_str(), OTA_PORT);
|
||||
|
||||
//myDebug_P(PSTR("[SYSTEM] Last reset info: %s"), (char *)ESP.getResetInfo().c_str()); // unconditionally show the last reset reason
|
||||
myDebug_P(PSTR("[SYSTEM] Last reset info: %s"), (char *)ESP.getResetInfo().c_str()); // unconditionally show the last reset reason
|
||||
|
||||
_mqtt_setup(); // MQTT Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user