diff --git a/platformio.ini b/platformio.ini index ea61ae7..f3bbf1c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -36,9 +36,10 @@ lib_deps = ayushsharma82/ElegantOTA@^3.1.0 ottowinter/ESPAsyncWebServer-esphome@3.0.0 esphome/AsyncTCP-esphome@2.1.1 - + extra_scripts = pre:tools/compress.py + [env:ttgo-lora32-v21] board = ttgo-lora32-v21 build_flags = -Werror -Wall -DTTGO_T_LORA32_V2_1 -DELEGANTOTA_USE_ASYNC_WEBSERVER=1