updates from Schertz site visit

Added 40029, 30100, 40100
This commit is contained in:
RobertJDavis
2025-11-26 12:47:06 -07:00
parent e34b543dbc
commit 5259754a66
6 changed files with 47 additions and 27 deletions

View File

@@ -11,10 +11,10 @@
[platformio]
default_envs = CH_York_YVAA_RTU ; Select here the name of the configuration you want to download
default_envs = CRAH_UMAS_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM9
upload_port = COM11
[common_env_options]
framework = arduino
@@ -200,3 +200,10 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_src_filter = -<*> +<BMS/CHILLER/CH_York_YVAA_RTU>
[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>