some menu improvements

This commit is contained in:
2023-04-26 15:56:34 +02:00
parent 00eed74f7d
commit 996390ccca
5 changed files with 9 additions and 10 deletions
@@ -64,10 +64,6 @@ void MenuAutopilot::printMenu() {
}
void MenuAutopilot::update() {
if (millis() - this->lastMillis < this->minDelay)
return;
this->lastMillis = millis();
if (!this->autopilot->shouldUpdate())
return;