don't show warning when uploading using script

This commit is contained in:
proddy
2024-08-29 13:52:58 +02:00
parent eafd659870
commit e2aabb1418

View File

@@ -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;
}