some menu improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user