Files
IoTManager/include/WebSocket.h

12 lines
233 B
C
Raw Normal View History

#pragma once
2021-12-21 19:01:43 +01:00
#include "Class/TCircularBuffer.h"
#include "Global.h"
void wsInit();
void wsPublishData(String topic, String data);
2021-12-21 21:58:56 +01:00
// void wsSendSetup();
// void wsSendSetupBuffer();
//
// void sendDataWs();
// void loopWsExecute();