mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-23 14:24:18 -04:00
Forgot it was called 128 squared
This commit is contained in:
parent
94ec0c9087
commit
a0a1954138
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ void RecentEntriesTable<AircraftRecentEntries>::draw(
|
|||
(entry.callsign[0]!=' ' ? entry.callsign + " " : to_string_hex(entry.ICAO_address, 6) + " ") +
|
||||
to_string_dec_uint((unsigned int)((entry.pos.altitude+50)/100),4) +
|
||||
to_string_dec_uint((unsigned int)entry.velo.speed,4) +
|
||||
to_string_dec_uint((unsigned int)(entry.amp),4) + " " +
|
||||
to_string_dec_uint((unsigned int)(entry.amp>>7),4) + " " +
|
||||
(entry.hits <= 999 ? to_string_dec_uint(entry.hits, 3) + " " : "1k+ ") +
|
||||
to_string_dec_uint(entry.age, 3);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue