This commit is contained in:
Emmanuel HC
2025-10-30 16:53:26 -05:00
parent 1e4cf1394b
commit 12e397c855
3 changed files with 137 additions and 146 deletions

View File

@@ -10,7 +10,7 @@
[platformio]
default_envs = BKR_Susol_ACB_TCP ; Select here the name of the configuration you want to download
default_envs = CRAH_PETRA_PAHHC_600_C6_TCP ; Select here the name of the configuration you want to download
[env]
upload_port = COM50
@@ -36,6 +36,13 @@ extends = common_env_options
build_flags = -D USE_MODBUS_IP ;Importat configuration, this flags is used to configure the program
build_src_filter = -<*> +<Base_TCP> ;Add the specific folder path here
;----------------------------------------------------------------------------------------------------
[env:CRAH_PETRA_PAHHC_600_C6_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e
extends = common_env_options
build_flags = -D USE_MODBUS_IP
build_src_filter = -<*> +<BMS/CRAH/CRAH_PETRA_PAHHC_600_C6_TCP>
[env:POD_MBB_Power_Meter_TCP]
platform = espressif32
board = dfrobot_firebeetle2_esp32e