修改按键配置相关的代码

This commit is contained in:
nhkefus
2025-03-21 12:51:02 +08:00
parent 2258158a0d
commit 2d34767cde

View File

@@ -30,5 +30,6 @@ void SetSocketStatus(char* socket_status);
void set_key_map(int index, char short_func, char long_func); void set_key_map(int index, char short_func, char long_func);
char get_short_func(char val); char get_short_func(char val);
char get_long_func(char val); char get_long_func(char val);
void StartLedBlink(uint8_t times);
#endif #endif