updates for Schertz testing

This commit is contained in:
RobertJDavis
2025-11-04 14:16:03 -07:00
parent 8b164606a9
commit 40282fca0d
12 changed files with 85 additions and 70 deletions

View File

@@ -10,10 +10,10 @@
[platformio]
default_envs = PHX3_CRAH_LIEBERT_80_SLAB_TCP ; Select here the name of the configuration you want to download
default_envs = PHX3_VFD_ABB_ACH580_RTU ; Select here the name of the configuration you want to download
[env]
upload_port = COM9
upload_port = COM13
[common_env_options]
framework = arduino
@@ -226,3 +226,10 @@ board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/HUM/HUM_DriSteem_RTS_RX36_TCP>
[env:CRAH_UMAS_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/CRAH/CRAH_UMAS_TCP>