Files
IoTManager/include/WebSocket.h

12 lines
233 B
C
Raw Normal View History

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