helium / sx1302_hal

SX1302 Hardware Abstraction Layer and Tools (packet forwarder...)
Other
36 stars 44 forks source link

gps fix: not processing gps location when using gps via tty #26

Open dinocore1 opened 2 years ago

dinocore1 commented 2 years ago

When using a Concentrator with serial GPS module (tty), the packet forwarder was failing to report gps coordinates correctly, even when the GPS had a true fix. Turns out the function gps_process_coords() was not getting called.