添加根据不同连接状态显示不同颜色

This commit is contained in:
OPTOC
2025-08-20 16:46:15 +08:00
parent d23cce85ba
commit 3f4d2d02f2
4 changed files with 35 additions and 9 deletions

View File

@@ -104,14 +104,6 @@ uint8_t wifi_init(init_device_t *port);
* @retval 0 成功
*/
uint8_t embedded_device_choice(device_t *port, uint8_t type);
/**
* @brief PC OR 手机数据内部接口
*
* @param port 由对应的驱动提供的绑定接口获得的句柄
* @param type 对应的数据接口类型
* @retval 0 成功
*/
static uint8_t pc_device_choice_inside(device_t *port, uint8_t type, uint8_t connect);
/**
* @brief PC OR 手机数据接口
*