удаление не нужной библиотеки string command и ее компиляции

This commit is contained in:
Dmitry Borisenko
2022-12-06 01:05:31 +01:00
parent 89b95a75eb
commit 33a9861a8f
7 changed files with 3 additions and 245 deletions

View File

@@ -7,7 +7,6 @@
#include <ArduinoJson.h>
#include <TickerScheduler.h>
#include <PubSubClient.h>
#include <StringCommand.h>
#include <list>
#ifdef ESP32
@@ -60,7 +59,7 @@ extern IoTGpio IoTgpio;
extern TickerScheduler ts;
extern WiFiClient espClient;
extern PubSubClient mqtt;
extern StringCommand sCmd;
#ifdef ASYNC_WEB_SERVER
extern AsyncWebServer server;
#endif