1
0
Fork 0
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:
cTn 2013-11-09 05:57:05 +01:00
parent 9ed0ebc4d6
commit 36604ca724
12 changed files with 148 additions and 0 deletions

View file

@ -1,5 +1,6 @@
function tab_initialize_sensors() {
ga_tracker.sendAppView('Sensor Page');
GUI.active_tab = 'sensors';
// Setup variables
samples_gyro_i = 300;