1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00

new UI population / JS execution order

(blink bugfix for several tabs)
This commit is contained in:
cTn 2014-02-14 22:17:51 +01:00
parent d4dbb880d6
commit ce351d7521
10 changed files with 588 additions and 597 deletions

View file

@ -1,9 +1,8 @@
function tab_initialize_sensors() {
ga_tracker.sendAppView('Sensor Page');
GUI.active_tab = 'sensors';
$('#content').load("./tabs/sensors.html", function() {
GUI.active_tab = 'sensors';
// Setup variables
samples_gyro_i = 300;
samples_accel_i = 300;