mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-11 12:38:14 +08:00
修复网页按钮配置功能UI错误
This commit is contained in:
@@ -122,7 +122,7 @@ static void KeyLong10sPress(void) {
|
||||
}
|
||||
|
||||
static void KeyShortPress(int clickCnt) {
|
||||
key_log("WARNGIN: quick clicked %d time%s",clickCnt,clickCnt>1?"s":"");
|
||||
key_log("WARNGIN:Power key quick clicked %d time%s",clickCnt,clickCnt>1?"s":"");
|
||||
if (clickCnt > 10)
|
||||
return;
|
||||
switch (user_config->user[clickCnt]) {
|
||||
|
||||
Reference in New Issue
Block a user