websocket try to send array

This commit is contained in:
Dmitry Borisenko
2021-12-20 02:19:54 +01:00
parent 6868e94971
commit d3046a921f
3 changed files with 54 additions and 6 deletions

View File

@@ -4,3 +4,4 @@
void wsInit();
void wsSendSetup();
void wsPublishData(String topic, String data);
void sendDataWs();