This commit is contained in:
Emmanuel HC
2025-09-23 11:26:25 -05:00
parent 39c7b21b25
commit f4c1abe212
7 changed files with 441 additions and 1 deletions

View File

@@ -9,7 +9,13 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = Testing_RTU ; Select here the name of the configuration you want to download
default_envs = CH_York_XXXXX_RTU ; Select here the name of the configuration you want to download
[env:CH_York_XXXXX_RTU]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/CHILLER/CH_York_XXXXX_RTU>
[env]
upload_port = COM100
@@ -66,3 +72,5 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/VFD/VFD_ABB_ACH580_RTU>