From fd157172e33ac015653381bf1814186c32551590 Mon Sep 17 00:00:00 2001 From: nhkefus Date: Thu, 20 Mar 2025 14:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BD=91=E9=A1=B5=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=85=8D=E7=BD=AE=E5=8A=9F=E8=83=BDUI=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TC1/user_gpio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/TC1/user_gpio.c b/TC1/user_gpio.c index 1590eb1..4086058 100644 --- a/TC1/user_gpio.c +++ b/TC1/user_gpio.c @@ -122,6 +122,7 @@ static void KeyLong10sPress(void) { } static void KeyShortPress(int clickCnt) { + key_log("WARNGIN: quick clicked %d time%s",clickCnt,clickCnt>1?"s":""); if (clickCnt > 10) return; switch (user_config->user[clickCnt]) {