mirror of https://github.com/espruino/BangleApps
Add files via upload
fixed typos in readme, removed some unnecessary codepull/3239/head
parent
490ad702f6
commit
b63b77ac9a
|
@ -1,3 +1,4 @@
|
|||
0.1: (2024-02-23) initial alpha upload
|
||||
0.2: (2024-02-23) fixed minor issues with settings
|
||||
0.3: (2024-03-01) advanced settings, rearanged ui elements, fixed rendering problems
|
||||
0.31: (2024-03-06) fixed typos in readme, removed some unnecessary code
|
||||
|
|
|
@ -56,17 +56,17 @@ Localization is done by the Bangle.js 2 app "Languages"
|
|||
* Choose your language from the dropdown
|
||||
* Click `upload`
|
||||
|
||||
**Some nautical abbreviations which are not part of the Bangle.js 2 app "Languages" app are stored in `translations.json`.**
|
||||
**Some nautical abbreviations which are not part of the "Languages" app are stored in `translations.json`.**
|
||||
|
||||
## Feedback
|
||||
|
||||
Report bugs or request a feature at [github.com/naden](https://github.com/naden)
|
||||
|
||||
## Roadmap
|
||||
* add a seconds coundown layout; mimic a classic regatta chronograph
|
||||
* add a second coundown layout; mimic a classic regatta chronograph
|
||||
* add recording of gps course and race time
|
||||
* add icons for light mode
|
||||
* add flag icons
|
||||
* add flag icons for start mode
|
||||
|
||||
## Created by
|
||||
© 2021 - 2024 [naden.de](https://naden.de)
|
||||
|
|
|
@ -327,9 +327,9 @@ if(regattatimer.settings.gps) {
|
|||
Bangle.on('kill', function() {
|
||||
Bangle.setLCDPower(0);
|
||||
Bangle.setLCDTimeout(10);
|
||||
|
||||
/*
|
||||
if(regattatimer.settings.gps) {
|
||||
Bangle.setGPSPower(0);
|
||||
}
|
||||
*/
|
||||
});
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"id": "regattatimer",
|
||||
"name": "Regatta Timer",
|
||||
"shortName": "RegattaTimer",
|
||||
"version": "0.3",
|
||||
"version": "0.31",
|
||||
"description": "Regatta Timer with 5-4-1 Countdown",
|
||||
"icon": "icon.png",
|
||||
"tags": "tool,outdoors,sailing,race,regatta,boat,timer",
|
||||
|
|
Loading…
Reference in New Issue