First stable compilation with ModbusRTU and ModbusTCP
This commit is contained in:
32
platformio.ini
Normal file
32
platformio.ini
Normal file
@@ -0,0 +1,32 @@
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = CRAH_PAHHC_600_C6_TCP
|
||||
|
||||
[common_env_options]
|
||||
framework = arduino
|
||||
monitor_speed = 115200
|
||||
lib_ldf_mode = chain+
|
||||
lib_compat_mode = soft
|
||||
|
||||
[env:CH_Daikin_AWV026B_RTU]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_src_filter = -<*> +<CH_Daikin_AWV026B_RTU>
|
||||
|
||||
[env:CRAH_PAHHC_600_C6_TCP]
|
||||
platform = espressif32
|
||||
board = dfrobot_firebeetle2_esp32e
|
||||
extends = common_env_options
|
||||
build_flags =
|
||||
-D USE_MODBUS_IP
|
||||
build_src_filter = -<*> +<CRAH_PAHHC_600_C6_TCP>
|
||||
Reference in New Issue
Block a user