Merge branch 'master' into t5-epaper-pro

This commit is contained in:
Manuel
2025-11-02 16:15:12 +01:00
committed by GitHub
7 changed files with 39 additions and 20 deletions

View File

@@ -1611,7 +1611,7 @@ void loop()
#endif
service->loop();
#if !MESHTASTIC_EXCLUDE_INPUTBROKER && defined(HAS_FREE_RTOS)
#if !MESHTASTIC_EXCLUDE_INPUTBROKER && defined(HAS_FREE_RTOS) && !defined(ARCH_RP2040)
if (inputBroker)
inputBroker->processInputEventQueue();
#endif