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

implemented automatic port poll/refresh

This commit is contained in:
cTn 2013-11-20 12:26:00 +01:00
parent c41af11a6c
commit d21dc8c916
2 changed files with 98 additions and 50 deletions

View file

@ -1,4 +1,6 @@
var GUI_control = function() {
this.connecting_to = false;
this.connected_to = false;
this.active_tab;
this.operating_system;
this.interval_array = [];