Set Sonde heading out of bounds

This commit is contained in:
Joel Wetzell 2020-07-24 16:10:57 -05:00
parent f08949acd7
commit ea574ef61f

View File

@ -91,7 +91,7 @@ SondeView::SondeView(NavigationView& nav) {
GeoPos::alt_unit::METERS,
latitude,
longitude,
0);
999); //set a dummy heading out of range to draw a cross...probably not ideal?
};
logger = std::make_unique<SondeLogger>();