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,5 @@
#pragma once
#include "esp_err.h"
esp_err_t console_user_cmds_register(void);