Merge branch 'develop' into ecruz/UPS_Vertiv

This commit is contained in:
Emmanuel HC
2025-10-20 09:43:50 -05:00
committed by GitHub
9 changed files with 939 additions and 8 deletions

View File

@@ -9,10 +9,11 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = UPS_Vertiv_APM2_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM15
upload_port = COM5
[common_env_options]
framework = arduino
@@ -123,12 +124,6 @@ board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/VFD/VFD_ABB_ACH580_RTU>
[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:ATS_800_RPD]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
@@ -198,4 +193,4 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/UPS/UPS_Vertiv_APM2_TCP>
build_src_filter = -<*> +<EPMS/UPS/UPS_Vertiv_APM2_TCP>