small fixes

This commit is contained in:
2023-08-07 13:05:42 +02:00
parent 3549af2470
commit 8ed91c4b11
7 changed files with 16 additions and 13 deletions
@@ -43,7 +43,7 @@ void MenuAutopilot::printPage() const {
lineTwo = "";
switch (this->autopilot->getState()) {
case Autopilot::State::InsufficientAccuarcy :
lineTwo = "Err: No NTRIP";
lineTwo = "Err: LowAccuracy";
break;
case Autopilot::State::NoRoute :