feat: 添加 console_user_cmds 组件,提供用户命令支持

This commit is contained in:
Wang Beihong
2026-03-06 13:21:11 +08:00
parent ae294c0b6a
commit 6782af2d4a
6 changed files with 531 additions and 169 deletions

View File

@@ -0,0 +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)