forked from xiaozhi/xiaozhi-esp32
Remove No serial message
This commit is contained in:
@@ -380,7 +380,6 @@ bool Ota::IsNewVersionAvailable(const std::string& currentVersion, const std::st
|
|||||||
|
|
||||||
std::string Ota::GetActivationPayload() {
|
std::string Ota::GetActivationPayload() {
|
||||||
if (!has_serial_number_) {
|
if (!has_serial_number_) {
|
||||||
ESP_LOGI(TAG, "No serial number found");
|
|
||||||
return "{}";
|
return "{}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user