mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
parent
4fea844edb
commit
3b088d7416
3 changed files with 58 additions and 69 deletions
|
@ -694,6 +694,10 @@ function onClosed(result) {
|
|||
|
||||
MSP.clearListeners();
|
||||
|
||||
serial.removeEventListener('receive', read_serial_adapter);
|
||||
serial.removeEventListener('connect', connectHandler);
|
||||
serial.removeEventListener('disconnect', disconnectHandler);
|
||||
|
||||
CONFIGURATOR.connectionValid = false;
|
||||
CONFIGURATOR.cliValid = false;
|
||||
CONFIGURATOR.cliActive = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue