forked from xiaozhi/xiaozhi-esp32
Add binary protocol v2 & v3 to websocket
This commit is contained in:
@@ -24,6 +24,7 @@ public:
|
||||
private:
|
||||
EventGroupHandle_t event_group_handle_;
|
||||
WebSocket* websocket_ = nullptr;
|
||||
int version_ = 1;
|
||||
|
||||
void ParseServerHello(const cJSON* root);
|
||||
bool SendText(const std::string& text) override;
|
||||
|
||||
Reference in New Issue
Block a user