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 14:42:51 +02:00
committed by GitHub
parent 8356ad97e4
commit ec9f3fa6ea
3 changed files with 2 additions and 19 deletions

View File

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