Skip to content

Commit

Permalink
Merge pull request #3015 from bobrippling/gipy-link
Browse files Browse the repository at this point in the history
gipy: fix links and trim whitespace
  • Loading branch information
gfwilliams authored Sep 13, 2023
2 parents 6b98868 + 874f5fb commit 36304f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions apps/gipy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It provides the following features :
- display a local map around you, downloaded from openstreetmap
- detects and buzzes if you leave the path
- (optional) buzzes before sharp turns
- (optional) buzzes before waypoints
- (optional) buzzes before waypoints
(for example when you need to turn in https://mapstogpx.com/)
- display instant / average speed
- display distance to next point
Expand Down Expand Up @@ -114,7 +114,7 @@ slopes between path points. Don't expect to see small bumps on the road.
Few settings for now (feel free to suggest me more) :

- buzz on turns : should the watch buzz when reaching a waypoint ?
- disable bluetooth : turn bluetooth off completely to try to save some power.
- disable bluetooth : turn bluetooth off completely to try to save some power.
- lost distance : at which distance from path are you considered to be lost ?
- wake-up speed : if you drive below this speed powersaving will disable itself
- active-time : how long (in seconds) the screen should be turned on if activated before going back to sleep.
Expand All @@ -133,7 +133,7 @@ There are now two display modes :

The algorithm works in the following ways :

- some events will *activate* : the display will turn *active*
- some events will *activate* : the display will turn *active*
- if no activation event occur for at least 10 seconds (or *active-time* setting) we switch back to *inactive*

Activation events are the following :
Expand Down Expand Up @@ -167,8 +167,8 @@ I had to go back uphill by quite a distance.

Feel free to give me feedback : is it useful for you ? what other features would you like ?

If you want to raise issues the main repository is [https://github.com/wagnerf42/BangleApps](here) and
the rust code doing the actual map computations is located [https://github.com/wagnerf42/gps](here).
If you want to raise issues the main repository is [here](https://github.com/wagnerf42/BangleApps) and
the rust code doing the actual map computations is located [here](https://github.com/wagnerf42/gps).
You can try the cutting edge version at [https://wagnerf42.github.io/BangleApps/](https://wagnerf42.github.io/BangleApps/)

[email protected]

0 comments on commit 36304f8

Please sign in to comment.