удаление не нужной библиотеки 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,7 @@
TickerScheduler ts(END + 1);
WiFiClient espClient;
PubSubClient mqtt(espClient);
StringCommand sCmd;
#ifdef ASYNC_WEB_SERVER
AsyncWebServer server(80);
#endif