InputPollable: System for polling after interrupts

This commit is contained in:
WillyJL
2025-09-19 19:08:38 +02:00
parent d427b477e3
commit 0e26702c46
3 changed files with 69 additions and 2 deletions

View File

@@ -1602,6 +1602,9 @@ void loop()
#endif
service->loop();
#if !MESHTASTIC_EXCLUDE_INPUTBROKER
inputBroker->processInputEventQueue();
#endif
#if defined(LGFX_SDL)
if (screen) {
auto dispdev = screen->getDisplayDevice();