From cd321fb99c39ac3ebed159932711aadaa0a856fb Mon Sep 17 00:00:00 2001 From: Giles Booth Date: Fri, 19 Aug 2022 08:36:40 +0100 Subject: [PATCH] Update README.md --- apps/suw/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/suw/README.md b/apps/suw/README.md index 0dcad0937..d8ef1e6ae 100644 --- a/apps/suw/README.md +++ b/apps/suw/README.md @@ -2,7 +2,9 @@ A watch that does just what I want when I am at the seaside. -Very much a work in progress. Requires location to have already been set in mylocation.json using MyLocation app. +Touch to toggle between sunrise / sunset and tide times. + +Very much a work in progress. Sunrise/set requires location to have already been set in mylocation.json using MyLocation app. DO NOT RELY ON THESE TIDE TIMES! This is in development. @@ -10,6 +12,8 @@ When working, you will set the next tide time (high or low) in application setti This may become very unreliable over time and will need periodic realignment. +!(sun rise/set)[screenshot.png] + ## Many faults - [x] app icon invisible @@ -23,3 +27,4 @@ This may become very unreliable over time and will need periodic realignment. - [x] show alternative data on tap - [x] show tide times - [ ] write tide data back to json file when flipped to keep it up to date when app reloaded +- [ ] tidy up code in general