Breaker Eaton PXR20_25 and Susol ACB added
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user