T-Lora Pager: fix keyboard and improve rotary wheel haptic (#7869)

* update RotaryEncoder: use interrupts

* increase rotary encoder processing interval

* remove disabling peripherals during LS
This commit is contained in:
Manuel
2025-09-05 07:42:51 -05:00
committed by GitHub
parent 8356ad97e4
commit ec9f3fa6ea
3 files changed
+2 -19

No files matched your search

+1 -1
View File
@@ -70,7 +70,7 @@ int32_t RotaryEncoderImpl::runOnce()
this->notifyObservers(&e);
}
return 20;
return 10;
}
#endif