try to work ntrip client
This commit is contained in:
@@ -83,7 +83,7 @@ void MenuGPS::printPage(uint8_t page) const {
|
||||
}
|
||||
if (fixType)
|
||||
std::cout << "Sats: " << (int) siv
|
||||
<< "HDOP: " << (int) hdop << std::endl;
|
||||
<< " HDOP: " << (int) hdop << std::endl;
|
||||
else
|
||||
std::cout << "Data isn't valid or no GPS signal" << std::endl;
|
||||
}
|
||||
@@ -107,7 +107,7 @@ void MenuGPS::printPage(uint8_t page) const {
|
||||
}
|
||||
if (fixType)
|
||||
std::cout << "Lat: " << lat
|
||||
<< "Lng: " << lng << std::endl;
|
||||
<< " Lng: " << lng << std::endl;
|
||||
else
|
||||
std::cout << "Data isn't valid or NO GPS signal" << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user