ImperialSpaceSociety / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
6 stars 1 forks source link

Check GPS settings before sending new ones #405

Closed MedadRufus closed 2 years ago

MedadRufus commented 2 years ago

Check if the GPS has been placed in airbourne mode. If not, send the command to put into airbourne mode, and also send the other settings(Use only UBX, Low power settings). Don't send the settings change before each GPS check, because I suspect this is slowing down the time to fix.

MedadRufus commented 2 years ago

fixed in #407