From b63b77ac9a4d77f3d631d828aec5daefca2eed50 Mon Sep 17 00:00:00 2001 From: naden Date: Wed, 6 Mar 2024 11:43:50 +0100 Subject: [PATCH] Add files via upload fixed typos in readme, removed some unnecessary code --- apps/regattatimer/ChangeLog | 1 + apps/regattatimer/README.md | 6 +++--- apps/regattatimer/app.js | 4 ++-- apps/regattatimer/metadata.json | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/regattatimer/ChangeLog b/apps/regattatimer/ChangeLog index aea920eea..4d191aaac 100644 --- a/apps/regattatimer/ChangeLog +++ b/apps/regattatimer/ChangeLog @@ -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 diff --git a/apps/regattatimer/README.md b/apps/regattatimer/README.md index 8d906e1d7..4397a894d 100644 --- a/apps/regattatimer/README.md +++ b/apps/regattatimer/README.md @@ -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) diff --git a/apps/regattatimer/app.js b/apps/regattatimer/app.js index 30d03daed..abc19b2a7 100644 --- a/apps/regattatimer/app.js +++ b/apps/regattatimer/app.js @@ -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); } + */ }); - diff --git a/apps/regattatimer/metadata.json b/apps/regattatimer/metadata.json index 74e7e3bfb..a3579fcf8 100644 --- a/apps/regattatimer/metadata.json +++ b/apps/regattatimer/metadata.json @@ -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",