mirror of
https://github.com/m5stack/StackChan.git
synced 2026-05-20 11:49:45 -07:00
update firmware v1.2.6
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user