mirror of https://github.com/espruino/BangleApps
gpsmagcourse: conform with 0ba8cef33c
parent
ed3ebf9754
commit
db370302a5
|
@ -58,7 +58,6 @@
|
|||
},
|
||||
/*LANG*/'Reset compass when powered on': {
|
||||
value: !!settings.resetCompassOnPwr,
|
||||
format: v => v?/*LANG*/"On":/*LANG*/"Off",
|
||||
onchange: v => {
|
||||
settings.resetCompassOnPwr = v;
|
||||
writeSettings();
|
||||
|
@ -78,7 +77,6 @@
|
|||
if (magnavInstalled) {
|
||||
menu[/*LANG*/'Tilt compensation on built-in compass'] = {
|
||||
value: !!settings.tiltCompensation,
|
||||
format: v => v?/*LANG*/"On":/*LANG*/"Off",
|
||||
onchange: v => {
|
||||
settings.tiltCompensation = v;
|
||||
writeSettings();
|
||||
|
|
Loading…
Reference in New Issue