mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
don't show warning when uploading using script
This commit is contained in:
@@ -1851,7 +1851,6 @@ bool System::uploadFirmwareURL(const char * url) {
|
|||||||
|
|
||||||
// make sure we have a valid URL
|
// make sure we have a valid URL
|
||||||
if (saved_url.isEmpty()) {
|
if (saved_url.isEmpty()) {
|
||||||
LOG_ERROR("Firmware upload failed - no URL");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user