Merge pull request #7862 from meshtastic/master

Backmerge from Master into develop
This commit is contained in:
Tom Fifield
2025-09-08 11:23:22 +10:00
committed by GitHub
34 changed files with 251 additions and 94 deletions

View File

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