定时任务现在支持操作更多功能

This commit is contained in:
Your Name
2025-03-24 00:12:57 +08:00
parent 60977f0327
commit 6598250af1
7 changed files with 922 additions and 845 deletions

View File

@@ -31,6 +31,7 @@ void SetSocketStatus(char* socket_status);
void set_key_map(char user[],int index, char short_func, char long_func);
char get_short_func(char val);
char get_long_func(char val);
char *get_func_name(char func_code);
void StartLedBlink(uint8_t times);
#endif