1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 21:35:44 +03:00

initial stab on preventing tab switch chaining

This commit is contained in:
cTn 2014-07-09 16:10:02 +02:00
parent 795502a585
commit 3f063f6654
3 changed files with 7 additions and 1 deletions

View file

@ -3,6 +3,7 @@ var GUI_control = function() {
this.connecting_to = false;
this.connected_to = false;
this.active_tab;
this.tab_switch_in_progress = false;
this.operating_system;
this.optional_usb_permissions = false; // controlled by usb permissions code
this.interval_array = [];