Add heading and speed to detail view

This commit is contained in:
Joel Wetzell 2020-07-25 10:22:21 -05:00
parent 542879b74b
commit f32584c553
2 changed files with 7 additions and 3 deletions

View file

@ -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 { };