feat: 添加电容式土壤湿度传感器支持,更新相关命令和初始化逻辑

This commit is contained in:
Wang Beihong
2026-03-06 14:12:10 +08:00
parent 132118c786
commit 4c8d40ab2f
7 changed files with 402 additions and 14 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "console_user_cmds.c"
INCLUDE_DIRS "include"
REQUIRES console_simple_init console i2c_master_messager io_device_control wifi-connect)
REQUIRES console_simple_init console i2c_master_messager io_device_control wifi-connect capactive_soil_moisture_sensor_V2.0)