Merge pull request #467 from ArjanOnwezen/gui-glitch-in-adsb-rx

Small GUI glitch in ADSB RX
This commit is contained in:
Erwin Ried 2022-01-12 19:06:14 +01:00 committed by GitHub
commit 30449e0adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -72,7 +72,7 @@ void RecentEntriesTable<AircraftRecentEntries>::draw(
to_string_dec_uint((unsigned int)entry.velo.speed,4) +
to_string_dec_uint((unsigned int)(entry.amp>>9),4) + " " +
(entry.hits <= 999 ? to_string_dec_uint(entry.hits, 3) + " " : "1k+ ") +
to_string_dec_uint(entry.age, 3);
to_string_dec_uint(entry.age, 4);
#endif
painter.draw_string(

View File

@ -375,7 +375,7 @@ private:
{ "Spd", 3 },
{ "Amp", 3 },
{ "Hit", 3 },
{ "Age", 3 }
{ "Age", 4 }
#endif
} };
AircraftRecentEntries recent { };

2
hackrf

@ -1 +1 @@
Subproject commit e6eb4ba29bbe5dc2fcd092e394188bc10a8bad54
Subproject commit 22267f3b8e71bd064337921444b0e40509f47b43