Update to esp-ml307@3.1.1

This commit is contained in:
Terrence
2025-07-21 05:46:05 +08:00
parent a35a344f42
commit d1c047d060
10 changed files with 19 additions and 38 deletions

View File

@@ -23,7 +23,7 @@ public:
private:
EventGroupHandle_t event_group_handle_;
WebSocket* websocket_ = nullptr;
std::unique_ptr<WebSocket> websocket_;
int version_ = 1;
void ParseServerHello(const cJSON* root);