somment
comment
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = CH_Daikin_AWV026B_RTU ; Select here the name of the configuration you want to download
|
||||
default_envs = Testing_RTU ; Select here the name of the configuration you want to download
|
||||
|
||||
[env]
|
||||
upload_port = COM100
|
||||
@@ -34,6 +34,19 @@ 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:Testing_RTU]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_src_filter = -<*> +</Testing_RTU> ;Add the specific folder path here
|
||||
|
||||
[env:Testing_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 = -<*> +</Testing_TCP> ;Add the specific folder path here
|
||||
|
||||
[env:CH_Daikin_AWV026B_RTU]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
|
||||
Reference in New Issue
Block a user