Breaker ABB XT created
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user