forked from FOSS/BangleApps
Update README.md
parent
4724cdcb0a
commit
cd321fb99c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue