rollback version of ESPAsyncWebServer library to fix https://github.com/proddy/EMS-ESP/issues/194

This commit is contained in:
Paul
2019-10-05 17:52:19 +02:00
parent 8c3c8e0031
commit 0d97f15913

View File

@@ -9,9 +9,16 @@ default_envs = debug
;default_envs = tests ;default_envs = tests
[common] [common]
; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DLOGICANALYZER ; build options are:
;general_flags = -DFORCE_SERIAL ; -DMYESP_TIMESTAMP
general_flags = ; -DTESTS
; -DCRASH
; -DFORCE_SERIAL
; -DLOGICANALYZER
;general_flags = -g -w -DNO_GLOBAL_EEPROM -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH -DBEARSSL_SSL_BASIC
general_flags = -g -w -DNO_GLOBAL_EEPROM
;general_flags =
[env] [env]
;board = esp12e ;board = esp12e
@@ -19,16 +26,17 @@ board = d1_mini
framework = arduino framework = arduino
platform = espressif8266 platform = espressif8266
lib_deps = lib_deps =
ESPAsyncTCP https://github.com/bakercp/CRC32
CRC32 https://github.com/rlogiacco/CircularBuffer
CircularBuffer https://github.com/PaulStoffregen/OneWire
OneWire https://github.com/xoseperez/justwifi
JustWifi https://github.com/marvinroger/async-mqtt-client
AsyncMqttClient https://github.com/xoseperez/eeprom_rotate
ArduinoJson https://github.com/bblanchon/ArduinoJson
EEPROM_Rotate https://github.com/me-no-dev/ESPAsyncTCP
ESP Async WebServer ; https://github.com/me-no-dev/ESPAsyncWebServer
ESPAsyncUDP ESPAsyncWebServer#1.2.2
https://github.com/me-no-dev/ESPAsyncUDP
upload_speed = 921600 upload_speed = 921600
monitor_speed = 115200 monitor_speed = 115200