From e43181da7d439f61b63ef2811cca83cdcbb8402b Mon Sep 17 00:00:00 2001 From: "Marko.Kl.Berkenbusch@gmail.com" Date: Wed, 23 Feb 2022 22:32:43 -0500 Subject: [PATCH] Fix name of settings json file --- apps/openwind/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openwind/app.js b/apps/openwind/app.js index c1c3408d0..72238c8d0 100644 --- a/apps/openwind/app.js +++ b/apps/openwind/app.js @@ -7,7 +7,7 @@ w = (g.getWidth()-24)/2; gps_course = {}; -var settings = require("Storage").readJSON('openwind.json', 1) || {}; +var settings = require("Storage").readJSON('openwindsettings.json', 1) || {}; i = 0; hullpoly = [];