mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
initialize connect_lock by default
This commit is contained in:
parent
0c2ec52bed
commit
f387ea96ac
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ var GUI_control = function () {
|
|||
this.auto_connect = false;
|
||||
this.connecting_to = false;
|
||||
this.connected_to = false;
|
||||
this.connect_lock = false;
|
||||
this.active_tab;
|
||||
this.tab_switch_in_progress = false;
|
||||
this.operating_system;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue