mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +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
|
||||
if (saved_url.isEmpty()) {
|
||||
LOG_ERROR("Firmware upload failed - no URL");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user