From 23f2a6dbdbf7224082fcf7657df95aaa8eed711d Mon Sep 17 00:00:00 2001 From: Giles Booth Date: Fri, 19 Aug 2022 17:43:53 +0100 Subject: [PATCH] Update app.js --- apps/suw/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/suw/app.js b/apps/suw/app.js index 32a25a11a..fade4e4ea 100644 --- a/apps/suw/app.js +++ b/apps/suw/app.js @@ -5,9 +5,9 @@ let location; // load tide times from settings file var settings = Object.assign({ // default values - nextTideHour: 11, - nextTideMin: 01, - nextTideType: "low ", + nextTideHour: 0, + nextTideMin: 0, + nextTideType: "high", }, require('Storage').readJSON("suw.json", true) || {}); // assume next tide is 6h 12m later