fix for web server, rolling back to previous ESPAsyncWebServer library

This commit is contained in:
Paul
2019-10-05 17:57:46 +02:00
parent 16fd30dd70
commit 76dc0e86f6

View File

@@ -16,24 +16,26 @@ default_envs = release
; -DFORCE_SERIAL ; -DFORCE_SERIAL
; -DLOGICANALYZER ; -DLOGICANALYZER
general_flags = -g -w -DNO_GLOBAL_EEPROM -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH -DBEARSSL_SSL_BASIC ;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 = ;general_flags =
[env] [env]
;board = esp12e
board = d1_mini 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/ESPAsyncUDP
ESP Async WebServer https://github.com/me-no-dev/ESPAsyncTCP
ESPAsyncUDP https://github.com/me-no-dev/ESPAsyncWebServer#b0c6144
upload_speed = 921600 upload_speed = 921600
monitor_speed = 115200 monitor_speed = 115200
@@ -57,7 +59,7 @@ extra_scripts =
[env:crash] [env:crash]
build_type = debug build_type = debug
build_flags = ${common.general_flags} -DCRASH build_flags = ${common.general_flags} -DNO_GLOBAL_EEPROM -DCRASH
extra_scripts = extra_scripts =
pre:scripts/rename_fw.py pre:scripts/rename_fw.py
pre:scripts/buildweb.py pre:scripts/buildweb.py
@@ -73,10 +75,8 @@ extra_scripts =
extra_scripts = pre:scripts/clean_fw.py extra_scripts = pre:scripts/clean_fw.py
[env:release] [env:release]
build_flags = ${common.general_flags} build_flags = ${common.general_flags} -DNO_GLOBAL_EEPROM
extra_scripts = extra_scripts = pre:scripts/rename_fw.py
pre:scripts/rename_fw.py
pre:scripts/buildweb.py
[env:checkcode] [env:checkcode]
build_type = debug build_type = debug