1
0
Fork 0
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:
cTn 2014-10-19 15:55:56 +02:00
parent 0c2ec52bed
commit f387ea96ac

View file

@ -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;