Added PHX3 EG CRAH

This commit is contained in:
RobertJDavis
2025-10-27 12:56:36 -07:00
parent 3046bf3f1f
commit d94e4c3f4b
9 changed files with 794 additions and 3 deletions

View File

@@ -11,10 +11,10 @@
[platformio]
default_envs = PHX3_VFD_ABB_ACH580_RTU ; Select here the name of the configuration you want to download
default_envs = PHX3_CRAH_LIEBERT_80_SLAB_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM50
upload_port = COM9
[common_env_options]
framework = arduino
@@ -205,4 +205,11 @@ build_src_filter = -<*> +<BMS/CHILLER/CH_York_YVAA_RTU>
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/VFD/PHX3_VFD_ABB_ACH580_RTU>
build_src_filter = -<*> +<BMS/VFD/PHX3_VFD_ABB_ACH580_RTU>
[env:PHX3_CRAH_LIEBERT_80_SLAB_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/CRAH/PHX3_CRAH_LIEBERT_80_SLAB_TCP>