Fix name of settings json file

master
Marko.Kl.Berkenbusch@gmail.com 2022-02-23 22:32:43 -05:00
parent 08f3f3059e
commit e43181da7d
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [];