rsadsb / adsb_deku

✈️ Rust ADS-B decoder + tui radar application
MIT License
622 stars 22 forks source link

fix: fix moving lat/lon while in gpsd mode #99

Closed wcampbell0x2a closed 2 years ago

wcampbell0x2a commented 2 years ago

Remove checking the lat_long_mutated inside the gpsd reading thread. This doens't need to be read there, and should be read from just when checking the new value from that thread. This was also renamed to cstom_lat_long and switched to just a bool