Readme files updates
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = VFD_ABB_ACH580_RTU
|
||||
default_envs = CH_Daikin_AWV026B_RTU ; Select here the name of the configuration you want to download
|
||||
|
||||
[env]
|
||||
upload_port = COM15
|
||||
upload_port = COM100
|
||||
|
||||
[common_env_options]
|
||||
framework = arduino
|
||||
@@ -20,10 +20,25 @@ monitor_speed = 115200
|
||||
lib_ldf_mode = chain+
|
||||
lib_compat_mode = soft
|
||||
|
||||
;Base configuration for RTU equipment
|
||||
[env:Base_RTU]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_src_filter = -<*> +<Folder/path/to/equipment> ;Add the specific folder path here
|
||||
;Base configuration for TCP equipment
|
||||
[env:Base_TCP]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_flags = -D USE_MODBUS_IP ;Importat configuration, this flags is used to configure the program
|
||||
build_src_filter = -<*> +<Folder/path/to/equipment> ;Add the specific folder path here
|
||||
|
||||
[env:CH_Daikin_AWV026B_RTU]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
upload_port = COM100
|
||||
build_src_filter = -<*> +<BMS/CHILLER/CH_Daikin_AWV026B_RTU>
|
||||
|
||||
[env:CRAH_PAHHC_600_C6_TCP]
|
||||
|
||||
Reference in New Issue
Block a user