default build both esp8266 and esp32

This commit is contained in:
proddy
2020-09-20 20:19:06 +02:00
parent 17f9df6a71
commit f5502d8a9a

View File

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