mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 05:45:25 +03:00
fix_reboot
Fix clicks reinitializeConnection should be callback MSP fix
This commit is contained in:
parent
1c9ce766ba
commit
f5dab89965
12 changed files with 40 additions and 49 deletions
|
@ -457,7 +457,7 @@ const serial = {
|
|||
if (GUI.connected_to || GUI.connecting_to) {
|
||||
$('a.connect').trigger('click');
|
||||
} else {
|
||||
self.disconnect();
|
||||
serial.disconnect();
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue