Added message when new ota is found
This commit is contained in:
parent
6706a7f9d6
commit
19ab8f5271
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user