This commit is contained in:
RobertJDavis
2025-10-23 12:53:36 -07:00
parent b95e8132c9
commit 8304941cb6
9 changed files with 563 additions and 6 deletions

View File

@@ -11,7 +11,7 @@
[platformio]
default_envs = CH_York_YVAA_RTU ; Select here the name of the configuration you want to download
default_envs = Test_VFD_ABB_ACH580_RTU ; Select here the name of the configuration you want to download
[env]
upload_port = COM9
@@ -200,3 +200,9 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/CHILLER/CH_York_YVAA_RTU>
[env:Test_VFD_ABB_ACH580_RTU]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<Test_VFD_ABB_ACH580_RTU>