PHXA7 programs added

This commit is contained in:
Emmanuel HC
2026-05-26 17:40:18 -05:00
parent b279912db1
commit 63b2870871
30 changed files with 1143 additions and 478 deletions

View File

@@ -10,10 +10,10 @@
[platformio]
default_envs = CRAH_UMAS_TCP ; Select here the name of the configuration you want to download
default_envs = CRAH_TxAir_BASX_TCP_PHXA7 ; Select here the name of the configuration you want to download
[env]
upload_port = COM11
upload_port = COM12
[common_env_options]
framework = arduino
@@ -275,3 +275,28 @@ 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>
[env:Harmonic_Guard_RTU_PHXA7]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<EPMS/Harmonic_Filter/Harmonic_Guard_RTU_PHXA7>
[env:GEN_Kohler_KD2500_RTU_PHXA7]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<EPMS/GEN/GEN_Kohler_KD2500_RTU_PHXA7>
[env:VFD_YASKAWA_HV600_RTU_PHXA7]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/VFD/VFD_YASKAWA_HV600_RTU_PHXA7>
[env:CRAH_TxAir_BASX_TCP_PHXA7]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/CRAH/CRAH_TxAir_BASX_TCP_PHXA7>