mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
optimized asyncwebserver - (v2) Web UI sometimes becomes unresponsive and doesn't load, on an ESP8266 #449
This commit is contained in:
@@ -34,7 +34,6 @@ build_flags =
|
||||
|
||||
libs_core =
|
||||
ArduinoJson
|
||||
ESP Async WebServer
|
||||
AsyncMqttClient
|
||||
|
||||
[env]
|
||||
@@ -44,6 +43,8 @@ extra_scripts =
|
||||
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
|
||||
; on OSX with non-native drivers use upload_speed = 115200
|
||||
upload_speed = 921600
|
||||
|
||||
lib_ldf_mode = chain+
|
||||
|
||||
Reference in New Issue
Block a user