forked from FOSS/BangleApps
Fix settings
parent
fea883c349
commit
746b79511b
|
@ -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"],
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
const menu = {
|
||||
'': { 'title': 'OpenWind' },
|
||||
'< Back': back,
|
||||
'Draw course': {
|
||||
'True wind': {
|
||||
value: s.truewind,
|
||||
format: boolFormat,
|
||||
onchange: save('truewind'),
|
||||
|
|
Loading…
Reference in New Issue