-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3015 from bobrippling/gipy-link
gipy: fix links and trim whitespace
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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. | ||
|
@@ -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 : | ||
|
@@ -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] |