remove CalcAzimuth

This commit is contained in:
2023-10-12 20:58:30 +02:00
parent 12c338def1
commit f0474027be
7 changed files with 4 additions and 272 deletions
+4 -11
View File
@@ -30,19 +30,12 @@ void MenuSensorData::printPage() const
switch (this->getCurrentPage())
{
case 1:
case 0:
lineOne = "Real Azimuth:";
lineTwo.concat(this->sensorData->getRealAzimuth());
break;
case 2:
lineOne = "Calc Azimuth:";
lineTwo.concat(this->sensorData->getCalcAzimuth());
lineTwo.concat(" ");
lineTwo.concat(CalcAzimuth::stateToString(this->sensorData->getCalcAzimuthState()));
break;
case 3:
case 1:
{
lineOne = "Lat:";
lineTwo = "Lon:";
@@ -52,7 +45,7 @@ void MenuSensorData::printPage() const
}
break;
case 4:
case 2:
lineOne = "Time: ";
lineTwo = "";
if (static_cast<bool>(fixType))
@@ -82,7 +75,7 @@ void MenuSensorData::printPage() const
break;
case 6:
case 3:
lineOne = "HAcc: ";
lineTwo = "Sats: ";
if (static_cast<bool>(fixType))