diff --git a/apps/suw/app.js b/apps/suw/app.js index ddda4ed86..26a8696da 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 + nextTideType: "high", nextTideHour: 0, nextTideMin: 0, - nextTideType: "high", }, require('Storage').readJSON("suw.json", true) || {}); // assume next tide is 6h 12m later