mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 14:12:31 -04:00
Scale new integerised power to a better range
This commit is contained in:
parent
a0a1954138
commit
3bbad90949
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ struct AircraftRecentEntry {
|
|||
|
||||
uint16_t age_state { 1 };
|
||||
uint32_t age { 0 };
|
||||
float amp {0.0f};
|
||||
uint32_t amp { 0 };
|
||||
adsb_pos pos { false, 0, 0, 0 };
|
||||
adsb_vel velo { false, 0, 999, 0 };
|
||||
ADSBFrame frame_pos_even { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue