update firmware v1.2.6

This commit is contained in:
Forairaaaaa
2026-05-07 09:38:14 +08:00
parent 51a06177f7
commit afd7260cf2
10 changed files with 85 additions and 21 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ public:
_websocket->OnDisconnected([this]() {
ESP_LOGI(_tag.c_str(), "Disconnected!");
GetHAL().onWsLog.emit(CommonLogLevel::Error, "Server disconnected");
// GetHAL().onWsLog.emit(CommonLogLevel::Error, "Server disconnected");
});
_websocket->OnData([this](const char* data, size_t len, bool binary) {