добавил возможность отключать веб сервер

This commit is contained in:
Dmitry Borisenko
2021-12-23 18:18:32 +01:00
parent 667b30dcf9
commit 940a5a7ee9
6 changed files with 33 additions and 8 deletions

View File

@@ -4,6 +4,9 @@
#define JSON_BUFFER_SIZE 4096
#define ACYNC_WEB_SERVER
#define STANDARD_WEB_SERVER
#ifdef esp8266_4mb
#define USE_LITTLEFS true
#endif