diff --git a/platformio.ini b/platformio.ini index 4ecd5595b..95e439b8b 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,7 +1,7 @@ ; PlatformIO Project Configuration File for EMS-ESP [platformio] -default_envs = esp8266 +; default_envs = esp8266 ; default_envs = esp32 # override any settings with your own local ones in pio_local.ini @@ -38,7 +38,7 @@ libs_core = [env] extra_scripts = - ; pre:scripts/build_interface.py + pre:scripts/build_interface.py scripts/main_script.py scripts/rename_fw.py scripts/gzip_fw.py