BangleApps/apps/widagps/README.md

13 lines
436 B
Markdown
Raw Normal View History

2022-07-07 22:00:48 +00:00
# A-GPS Data
Load assisted GPS data directly to the watch using the new http requests on Android GadgetBridge.
Make sure:
* your GadgetBridge version supports http requests
* turn on internet access in GadgetBridge settings
2022-07-07 22:03:15 +00:00
The widget loads the data in the background every 12 hours. It retries every 10min if the http request fails. It is only visible during a request or on error.
2022-07-07 22:00:48 +00:00
## Creator
[@pidajo](https://github.com/pidajo)