Breaker Eaton PXR20_25 and Susol ACB added

This commit is contained in:
Emmanuel HC
2025-09-30 14:36:21 -05:00
parent 825c3c3c4c
commit 28bbb32fe7
19 changed files with 148 additions and 522 deletions

View File

@@ -9,7 +9,7 @@
; https://docs.platformio.org/page/projectconf.html
[platformio]
default_envs = BKR_ABB_XT_TCP ; Select here the name of the configuration you want to download
default_envs = BKR_Eaton_PXR20_25 ; Select here the name of the configuration you want to download
[env]
upload_port = COM50
@@ -149,4 +149,18 @@ 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>
build_src_filter = -<*> +<EPMS/Breaker/BKR_ABB_XT_TCP>
[env:BKR_Susol_ACB_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/Breaker/BKR_Susol_ACB_TCP>
[env:BKR_Eaton_PXR20_25]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<EPMS/Breaker/BKR_Eaton_PXR20_25>