Remove No serial message

This commit is contained in:
Terrence
2025-04-29 20:42:31 +08:00
parent c94e82e865
commit 4caffd31ed

View File

@@ -380,7 +380,6 @@ bool Ota::IsNewVersionAvailable(const std::string& currentVersion, const std::st
std::string Ota::GetActivationPayload() {
if (!has_serial_number_) {
ESP_LOGI(TAG, "No serial number found");
return "{}";
}