Breaker ABB XT created

This commit is contained in:
Emmanuel HC
2025-09-30 08:31:46 -05:00
parent e339fd90f9
commit 038e8a4559
10 changed files with 95 additions and 511 deletions

View File

@@ -9,8 +9,10 @@
; 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 = BKR_ABB_XT_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM50
[common_env_options]
framework = arduino
@@ -140,4 +142,11 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/Breaker/Susol_Smart_MCCB_TCP>
build_src_filter = -<*> +<EPMS/Breaker/Susol_Smart_MCCB_TCP>
[env:BKR_ABB_XT_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/Breaker/BKR_ABB_XT_TCP>