diff --git a/src/wifi.cpp b/src/wifi.cpp index e8dd3bb..61188be 100644 --- a/src/wifi.cpp +++ b/src/wifi.cpp @@ -430,6 +430,8 @@ bool WifiConnection::checkFirmwareVersion() { } http.end(); + if (_newFirmware) Log.notice(F("WIFI: Found new version." CR)); + #if LOG_LEVEL == 6 Log.verbose(F("WIFI: OTA found new version %s." CR), _newFirmware ? "true" : "false");