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