修复记忆按键
This commit is contained in:
parent
8d8474adb2
commit
9deb904522
@ -287,7 +287,11 @@ void KeyReleaseLogic(uint8_t keyid)
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if (keyid!=KEYID_MM)
|
||||||
|
{
|
||||||
flagMotorMemoryKeyStart = 0;
|
flagMotorMemoryKeyStart = 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user