MVG template added

This commit is contained in:
Emmanuel HC
2025-11-10 08:22:18 -06:00
parent aa204e615e
commit 210a53800e
7 changed files with 659 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
[platformio]
default_envs = CH_York_YVAA_RTU ; Select here the name of the configuration you want to download
default_envs = MVG_SC_EC_M505_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM16
@@ -245,4 +245,13 @@ platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<Base_TCP>
build_src_filter = -<*> +<Base_TCP>
[env:MVG_SC_EC_M505_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags =
-D USE_MODBUS_IP,
-D USE_LED
build_src_filter = -<*> +<EPMS/MVG_SC_EC_M505_TCP>