diff --git a/apps/openwind/metadata.json b/apps/openwind/metadata.json index dc7dc4794..870ca3ee1 100644 --- a/apps/openwind/metadata.json +++ b/apps/openwind/metadata.json @@ -2,7 +2,7 @@ "name": "OpenWind display", "shortName":"Display OpenWind data", "version":"0.01", - "description": "OpenWind wind speed and direction sensor display", + "description": "OpenWind", "icon": "app.png", "tags": "", "supports" : ["BANGLEJS2"], diff --git a/apps/openwind/settings.js b/apps/openwind/settings.js index 5ab847a92..5da7a3b49 100644 --- a/apps/openwind/settings.js +++ b/apps/openwind/settings.js @@ -25,7 +25,7 @@ const menu = { '': { 'title': 'OpenWind' }, '< Back': back, - 'Draw course': { + 'True wind': { value: s.truewind, format: boolFormat, onchange: save('truewind'),