Add UBLOX AssistNow support to configurator #2123
Merged
+370
−2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make use of iNavFlight/inav#9349 to send Assistnow messages to GPS.
Should help seeding gps info from the internet to speed up initial lock on M8+ GPS devices.
You will need to provide your own AssistNow token.
The configurator can cache AssistNow Offline information for up to 3 days. Currently, the information is not written to the GPS unit flash, so it needs to be applied after the fc has been turned on.
Information on how to register for a token is available at:
https://developer.thingstream.io/guides/location-services/assistnow-getting-started-guide
General information on AssistNow:
https://developer.thingstream.io/guides/location-services/assistnow-user-guide
Token can be setup on Application options:
Both AssistNow Online and Offline are supported.
Currently, both require an active internet connection, but AssistNow Offline is saved and can be re-used for 3 days (can probably be kept a bit longer).