在后台增加 1到10击 功能设置

This commit is contained in:
nhkefus
2025-03-20 12:46:19 +08:00
parent dd5b282c85
commit d0a71fe216
2 changed files with 27 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ extern char socket_status[32];
void UserLedSet(char x);
void KeyInit(void);
void UserRelaySet(unsigned char x,unsigned char y);
void UserRelaySet(unsigned char x, char y);
void UserRelaySetAll(char y);
bool RelayOut(void);
char* GetSocketStatus();