added compass amd displayWrapper

This commit is contained in:
2023-01-09 09:40:06 +01:00
parent 9762aabb00
commit 26095369dd
9 changed files with 170 additions and 39 deletions
+6
View File
@@ -93,6 +93,12 @@ void MenuGPS::printPage() const {
}
break;
case 6:
lineOne = "Azimuth: ";
lineTwo = "";
lineTwo.concat(this->navigation->getAzimuth());
break;
default:
this->printDefault();
return;