remove CalcAzimuth
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user