fix: start ota is now consistent across command sources

Este commit está contenido en:
Jared Dohrman
2026-04-23 09:27:48 +10:00
padre 9085265637
commit 4b83142b9e
Se han modificado 6 ficheros con 23 adiciones y 8 borrados
+3
Ver fichero
@@ -2056,6 +2056,9 @@ void MyMesh::clearStats() {
}
void MyMesh::prepareForOTAStart() {
#if defined(ESP_PLATFORM) && WITH_WEB_PANEL
web.prepareForOTAStart();
#endif
}
void MyMesh::handleCommand(uint32_t sender_timestamp, char *command, char *reply) {