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:
parent
d4dbb880d6
commit
ce351d7521
10 changed files with 588 additions and 597 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue