From f5502d8a9a61fa9d2851ca7ce458f2db61dc7e2f Mon Sep 17 00:00:00 2001 From: proddy Date: Sun, 20 Sep 2020 20:19:06 +0200 Subject: [PATCH] default build both esp8266 and esp32 --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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