添加STAwifi模式以及修改灯状态

This commit is contained in:
OPTOC
2025-08-28 16:04:01 +08:00
parent 2ab5a97ac3
commit 56c1716726
8 changed files with 230 additions and 54 deletions

View File

@@ -35,7 +35,11 @@ typedef struct rgb_color_s
typedef enum
{
RGB_COLOR_RAD = 0,
RGB_COLOR_ORANGE,
RGB_COLOR_GREEN,
RGB_COLOR_WHITE,
RGB_COLOR_PURPLE,
RGB_COLOR_CYAN,
RGB_COLOR_BLUE,
}RGB_COLOR;