Susol Breaker
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = ATS_800_RPD ; Select here the name of the configuration you want to download
|
||||
default_envs = Susol_Smart_MCCB_TCP ; Select here the name of the configuration you want to download
|
||||
|
||||
[env]
|
||||
upload_port = COM100
|
||||
upload_port = COM50
|
||||
|
||||
[common_env_options]
|
||||
framework = arduino
|
||||
@@ -136,3 +136,10 @@ extends = common_env_options
|
||||
build_flags = -D USE_MODBUS_IP
|
||||
build_src_filter = -<*> +<EPMS/ATS/ATS_800_RPD>
|
||||
|
||||
|
||||
[env:Susol_Smart_MCCB_TCP]
|
||||
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>
|
||||
Reference in New Issue
Block a user