Skip to content

v0.6.1 — gpsd reconnect fix + ADS-B Use GPS

Choose a tag to compare

@clorth0 clorth0 released this 14 Jun 19:28
· 24 commits to main since this release

Patch release.

Fix

  • gpsd client reader thread could die on a disable-during-active-read race (recv on a closed/None socket raised an uncaught AttributeError), so re-enabling GPS never reconnected. The reader now holds a local socket reference and catches any error, so it can never die and reconnects cleanly. Regression test added.

Feature

  • ADS-B receiver gains a "Use GPS location" button that fills Your Lat/Lon from the current GPS fix (full precision, local-only for map centering and range), or warns when there is no fix.