mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-27 06:32:19 +03:00
наделяем библиотеку сокетов возможностью посылать фреймы
This commit is contained in:
@@ -222,7 +222,7 @@ void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t length)
|
||||
}
|
||||
|
||||
if (headerStr == "/test|") {
|
||||
//sendBlobToWsStrHeader("/layout.json", "header", num, 1024);
|
||||
sendBlobToWsStrHeader("/layout.json", "layout|0000|", num, 1024);
|
||||
}
|
||||
} break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user