mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-02 03:26:40 -04:00
Set Sonde heading out of bounds
This commit is contained in:
parent
f08949acd7
commit
ea574ef61f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ SondeView::SondeView(NavigationView& nav) {
|
||||||
GeoPos::alt_unit::METERS,
|
GeoPos::alt_unit::METERS,
|
||||||
latitude,
|
latitude,
|
||||||
longitude,
|
longitude,
|
||||||
0);
|
999); //set a dummy heading out of range to draw a cross...probably not ideal?
|
||||||
};
|
};
|
||||||
|
|
||||||
logger = std::make_unique<SondeLogger>();
|
logger = std::make_unique<SondeLogger>();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue