возврат сервера

This commit is contained in:
Dmitry Borisenko
2022-11-23 19:41:49 +01:00
parent c9d0d0360f
commit 863103b3f9
2 changed files with 3 additions and 4 deletions

View File

@@ -20,15 +20,15 @@
#endif
//Размер буфера json
#define JSON_BUFFER_SIZE 2048
#define JSON_BUFFER_SIZE 2048 //держим 2 кб не меняем
#define WEB_SOCKETS_FRAME_SIZE 2048
//#define LOOP_DEBUG
//выбор сервера
#define ASYNC_WEB_SERVER
//#define ASYNC_WEB_SERVER
//#define ASYNC_WEB_SOCKETS
//#define STANDARD_WEB_SERVER
#define STANDARD_WEB_SERVER
#define STANDARD_WEB_SOCKETS
#define UDP_ENABLED

View File

@@ -90,7 +90,6 @@ data_dir = data_svelte
lib_deps_external =
bblanchon/ArduinoJson @6.18.0
knolleary/PubSubClient
me-no-dev/ESP Async WebServer
[env:esp8266_1mb_ota_fromitems]
lib_deps =