mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Set Sonde heading out of bounds
This commit is contained in:
parent
f08949acd7
commit
ea574ef61f
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user