Added message when new ota is found

This commit is contained in:
Magnus 2022-12-05 22:35:19 +01:00
parent 6706a7f9d6
commit 19ab8f5271

View File

@ -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");