Susol Breaker

This commit is contained in:
Emmanuel HC
2025-09-29 15:42:54 -05:00
parent 3efa2c6cf5
commit 252b7e839a
8 changed files with 535 additions and 3 deletions

View File

@@ -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>