mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-15 06:28:14 +08:00
在后台增加 1到10击 功能设置
This commit is contained in:
@@ -121,12 +121,6 @@ static void KeyLong10sPress(void) {
|
||||
// mico_system_context_update(mico_system_context_get());
|
||||
}
|
||||
|
||||
static void handleSwitchSingleSwitch(int witch) {
|
||||
|
||||
UserMqttSendSocketState(witch);
|
||||
UserMqttSendTotalSocketState();
|
||||
}
|
||||
|
||||
static void KeyShortPress(int clickCnt) {
|
||||
if (clickCnt > 10)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user