Add missing function:touch rotating

This commit is contained in:
ohmytime
2023-10-17 21:26:11 +08:00
parent 7f1f8304b6
commit d0976ae34e

View File

@@ -874,6 +874,8 @@ void loop() {
if (!touchrotating) {
rotary = 0;
WakeToSleep(REVERSE);
} else {
KeyUp();
}
} else {
KeyUp();
@@ -886,6 +888,8 @@ void loop() {
if (!touchrotating) {
rotary = 0;
WakeToSleep(REVERSE);
} else {
KeyDown();
}
} else {
KeyDown();