From 0d97f159132c771344724a6a2e8e032871215f65 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 5 Oct 2019 17:52:19 +0200 Subject: [PATCH] rollback version of ESPAsyncWebServer library to fix https://github.com/proddy/EMS-ESP/issues/194 --- platformio.ini | 34 +++++++++++++++++++++------------- 1 file changed, 21 insertions(+), 13 deletions(-) diff --git a/platformio.ini b/platformio.ini index dc49125a6..1fe64c787 100644 --- a/platformio.ini +++ b/platformio.ini @@ -9,9 +9,16 @@ default_envs = debug ;default_envs = tests [common] -; -DMYESP_TIMESTAMP -DTESTS -DCRASH -DFORCE_SERIAL -DLOGICANALYZER -;general_flags = -DFORCE_SERIAL -general_flags = +; build options are: +; -DMYESP_TIMESTAMP +; -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] ;board = esp12e @@ -19,16 +26,17 @@ board = d1_mini framework = arduino platform = espressif8266 lib_deps = - ESPAsyncTCP - CRC32 - CircularBuffer - OneWire - JustWifi - AsyncMqttClient - ArduinoJson - EEPROM_Rotate - ESP Async WebServer - ESPAsyncUDP + https://github.com/bakercp/CRC32 + https://github.com/rlogiacco/CircularBuffer + https://github.com/PaulStoffregen/OneWire + https://github.com/xoseperez/justwifi + https://github.com/marvinroger/async-mqtt-client + https://github.com/xoseperez/eeprom_rotate + https://github.com/bblanchon/ArduinoJson + https://github.com/me-no-dev/ESPAsyncTCP +; https://github.com/me-no-dev/ESPAsyncWebServer + ESPAsyncWebServer#1.2.2 + https://github.com/me-no-dev/ESPAsyncUDP upload_speed = 921600 monitor_speed = 115200