ATS added

This commit is contained in:
Emmanuel HC
2025-10-01 15:33:48 -05:00
parent 42e3cee604
commit 1d7a511b30
13 changed files with 184 additions and 57 deletions

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = Susol_Smart_MCCB_TCP ; Select here the name of the configuration you want to download
default_envs = ATS_Woodward_DTSC200A_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM15
@@ -177,4 +177,20 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/PQM/PQM_PM9000_TCP>
build_src_filter = -<*> +<EPMS/PQM/PQM_PM9000_TCP>
[env:ATS_Eaton_ATC900_RPD_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/ATS/ATS_Eaton_ATC900_RPD_TCP>
[env:ATS_Woodward_DTSC200A_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/ATS/ATS_Woodward_DTSC200A_TCP>