You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/phoneremind/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,16 @@ When the prompt shows, you can choose to set the location you are currently at a
5
5
This app uses the `MyLocation` app. To set up dynamic location updating with an iOS device, you can use the `BangleDumpLocation` shortcut to push the lcoation.
6
6
For more information on automating this and setup, look [here.](https://banglejs.com/apps/?id=ios&readme)
7
7
8
+
This app does not use the watch GPS.
8
9
9
10
## Settings
10
-
* <b>Enabled</b> - Whether or not the app is enabled
11
11
* <b>Precision</b> - Change how close you need to be to a familiar location in order for it to not alert you.
12
+
* <b>Check Delay</b> - Change how long after the phone is disconnected that it alerts you. If your phone randomly disconnects and then reconnects, adjusting this value will ensure it does not get triggered until that time is up and it is still disconnected.
12
13
* <b>Delete Locations</b> - Deletes all familiar locations.
14
+
13
15
## TODO
14
16
- Add a setting to use watch GPS to get the location instead of myLocation.
17
+
- Make a way to save phone MAC address to know what device is connected
0 commit comments