diff --git a/platformio.ini b/platformio.ini index 1fe64c787..eb44063e0 100644 --- a/platformio.ini +++ b/platformio.ini @@ -33,10 +33,9 @@ lib_deps = 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 + https://github.com/me-no-dev/ESPAsyncTCP + https://github.com/me-no-dev/ESPAsyncWebServer#b0c6144 upload_speed = 921600 monitor_speed = 115200 @@ -83,4 +82,3 @@ extra_scripts = pre:scripts/rename_fw.py build_type = debug build_flags = ${common.general_flags} -Wall extra_scripts = scripts/checkcode.py -