* tidy ups

This commit is contained in:
Scott Powell
2025-01-20 10:20:42 +11:00
parent 919e6d380c
commit e4ec9aec0b
5 changed files with 25 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ void Dispatcher::begin() {
}
float Dispatcher::getAirtimeBudgetFactor() const {
return 5.0; // default, 16.6% (1/6th)
return 2.0; // default, 33.3% (1/3rd)
}
void Dispatcher::loop() {