Add files via upload

fixed typos in readme, removed some unnecessary code
pull/3239/head
naden 2024-03-06 11:43:50 +01:00 committed by GitHub
parent 490ad702f6
commit b63b77ac9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 6 deletions

View File

@ -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

View File

@ -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)

View File

@ -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);
}
*/
});

View File

@ -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",