This commit is contained in:
Patrick Haßel 2024-04-11 10:36:13 +02:00
parent 7c9ea384dd
commit 5373bbd4a5

View File

@ -102,7 +102,7 @@ void otaSetup() {
name = "[???]";
break;
}
error(name);
error("OTA error: %s", name);
});
}