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

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

@@ -34,4 +34,8 @@ void sertrf_status(void);
* @brief embedded thread
*/
void embedded_thread(void* arg);
/**
* @brief 根据连接状态显示不同的颜色
*/
void pc_link_rgb_color(uint8_t connect);