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