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:
parent
c41af11a6c
commit
d21dc8c916
2 changed files with 98 additions and 50 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue