1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

validation

This commit is contained in:
cTn 2013-12-12 17:10:10 +01:00
parent e7a02d0e21
commit fd62b8568c
8 changed files with 38 additions and 28 deletions

View file

@ -73,7 +73,7 @@ function tab_initialize_sensors() {
position: "we",
backgroundOpacity: 0
}
}
};
accel_options = {
title: "Accelerometer (g)",
@ -93,7 +93,7 @@ function tab_initialize_sensors() {
position: "we",
backgroundOpacity: 0
}
}
};
mag_options = {
title: "Magnetometer (Ga)",
@ -111,7 +111,7 @@ function tab_initialize_sensors() {
position: "we",
backgroundOpacity: 0
}
}
};
baro_options = {
title: "Barometer (meters)",
@ -129,7 +129,7 @@ function tab_initialize_sensors() {
position: "we",
backgroundOpacity: 0
}
}
};
debug1_options = {
title: "Debug1",
@ -147,7 +147,8 @@ function tab_initialize_sensors() {
position: "we",
backgroundOpacity: 0
}
}
};
debug2_options = {};
for (var key in debug1_options) debug2_options[key] = debug1_options[key];
debug2_options.title = "Debug2";