кольцевой буфер

This commit is contained in:
Dmitry Borisenko
2021-12-21 00:30:05 +01:00
parent 329d1cd382
commit 16cecfb353
10 changed files with 211 additions and 39 deletions

View File

@@ -66,6 +66,10 @@ extern int mqttConnectAttempts;
extern bool changeBroker;
extern int currentBroker;
// web sockets
extern int wsAttempts;
//extern char* wsBufChar;
// orders and events
extern String orderBuf;
extern String wsBuf;