mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
implementing GUI object with active_tab tracking
This commit is contained in:
parent
9ed0ebc4d6
commit
36604ca724
12 changed files with 148 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
function tab_initialize_sensors() {
|
||||
ga_tracker.sendAppView('Sensor Page');
|
||||
GUI.active_tab = 'sensors';
|
||||
|
||||
// Setup variables
|
||||
samples_gyro_i = 300;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue