1
0
Fork 0

Update README.md

master
Giles Booth 2022-08-19 08:36:40 +01:00 committed by GitHub
parent 4724cdcb0a
commit cd321fb99c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,9 @@
A watch that does just what I want when I am at the seaside. 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. 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. This may become very unreliable over time and will need periodic realignment.
!(sun rise/set)[screenshot.png]
## Many faults ## Many faults
- [x] app icon invisible - [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 alternative data on tap
- [x] show tide times - [x] show tide times
- [ ] write tide data back to json file when flipped to keep it up to date when app reloaded - [ ] write tide data back to json file when flipped to keep it up to date when app reloaded
- [ ] tidy up code in general