fix: start ota is now consistent across command sources

This commit is contained in:
Jared Dohrman
2026-04-23 09:27:48 +10:00
parent 9085265637
commit 4b83142b9e
6 changed files with 23 additions and 8 deletions
+3
View File
@@ -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) {