Skip to content

Commit 2fd1a19

Browse files
authored
Update README with GPS usage and settings details
Added information about the app's GPS usage and settings.
1 parent fe764ce commit 2fd1a19

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/phoneremind/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ When the prompt shows, you can choose to set the location you are currently at a
55
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.
66
For more information on automating this and setup, look [here.](https://banglejs.com/apps/?id=ios&readme)
77

8+
This app does not use the watch GPS.
89

910
## Settings
10-
* <b>Enabled</b> - Whether or not the app is enabled
1111
* <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.
1213
* <b>Delete Locations</b> - Deletes all familiar locations.
14+
1315
## TODO
1416
- 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
1518

1619
## Creator
1720
RKBoss6

0 commit comments

Comments
 (0)