mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-29 07:32:18 +03:00
добавил наследника для класса отправки в сокеты
This commit is contained in:
8
src/сlasses/sendJsonWs.cpp
Normal file
8
src/сlasses/sendJsonWs.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "сlasses/sendJsonWs.h"
|
||||
|
||||
SendJsonWs::SendJsonWs() {}
|
||||
SendJsonWs::~SendJsonWs() {}
|
||||
|
||||
void SendJsonWs::send(String& jsonArrayElement, uint8_t& _num) {
|
||||
standWebSocket.sendTXT(_num, jsonArrayElement);
|
||||
}
|
||||
Reference in New Issue
Block a user