mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
Add heading and speed to detail view
This commit is contained in:
parent
542879b74b
commit
f32584c553
2 changed files with 7 additions and 3 deletions
|
@ -49,7 +49,7 @@ struct AircraftRecentEntry {
|
|||
uint16_t hits { 0 };
|
||||
uint32_t age { 0 };
|
||||
adsb_pos pos { false, 0, 0, 0 };
|
||||
adsb_vel velo { false, 0, 0 };
|
||||
adsb_vel velo { false, 0, 999 };
|
||||
ADSBFrame frame_pos_even { };
|
||||
ADSBFrame frame_pos_odd { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue