1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

auto-connect support

This commit is contained in:
cTn 2013-12-29 11:15:04 +01:00
parent e1de63d475
commit 114176c074
2 changed files with 60 additions and 2 deletions

View file

@ -1,4 +1,5 @@
var GUI_control = function() {
this.auto_connect = false;
this.connecting_to = false;
this.connected_to = false;
this.active_tab;