This commit is contained in:
Dmitry Borisenko
2021-12-21 22:10:35 +01:00
parent 715d20c21f
commit 70add780bd
71 changed files with 972 additions and 9927 deletions

11
include/WebSocket.h Normal file
View File

@@ -0,0 +1,11 @@
#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();