This commit is contained in:
2026-05-20 15:38:03 -05:00
parent a7b1d5c911
commit 89435deb42
31 changed files with 2470 additions and 3 deletions

View File

@@ -9,10 +9,10 @@
[platformio]
default_envs = RPP_Cortex_TCP ; Select here the name of the configuration you want to download
default_envs = STU_UMP_STU_2_0_CAH_IDR_60_TCP_PHXA7 ; Select here the name of the configuration you want to download
[env]
upload_port = COM15
upload_port = COM4
[common_env_options]
framework = arduino
@@ -273,4 +273,17 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/RPP/RPP_Cortex_TCP>
build_src_filter = -<*> +<EPMS/RPP/RPP_Cortex_TCP>
[env:CH_York_YVA_RTU_PHXA7]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/CHILLER/CH_York_YVA_RTU_PHXA7>
[env:STU_UMP_STU_2_0_CAH_IDR_60_TCP_PHXA7]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/STU/STU_UMP_STU_2_0_CAH_IDR_60_TCP_PHXA7>