fix: start ota is now consistent across command sources

Этот коммит содержится в:
Jared Dohrman
2026-04-23 09:27:48 +10:00
родитель 9085265637
Коммит 4b83142b9e
6 изменённых файлов: 23 добавлений и 8 удалений
+3
Просмотреть файл
@@ -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) {