some fixes

This commit is contained in:
2023-01-08 19:57:42 +01:00
parent 1147cb4eb6
commit 9762aabb00
5 changed files with 17 additions and 3 deletions
@@ -19,7 +19,9 @@ void MenuCaptureRoute::printMenu() {
String lineOne = "Points: ";
String lineTwo = "You can drive.";
lineTwo.concat(this->routeInfo.totalPoints);
lineOne.concat(this->routeInfo.totalPoints);
this->print(lineOne, lineTwo);
}
void MenuCaptureRoute::update() {