From 61ef5f3772c9aa67de6eb0604559b04fd2c1b773 Mon Sep 17 00:00:00 2001 From: pidajo <99899574+pidajo@users.noreply.github.com> Date: Fri, 8 Jul 2022 00:00:48 +0200 Subject: [PATCH] Create README.md --- apps/widagps/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/widagps/README.md diff --git a/apps/widagps/README.md b/apps/widagps/README.md new file mode 100644 index 000000000..0abb27923 --- /dev/null +++ b/apps/widagps/README.md @@ -0,0 +1,12 @@ +# 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 + +The widget loads the data in the background. + +## Creator +[@pidajo](https://github.com/pidajo)