mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
soft and hard serial port lock with watchdog
This commit is contained in:
parent
4ae45333a8
commit
a439456ab9
3 changed files with 75 additions and 10 deletions
|
@ -113,7 +113,8 @@ $(document).ready(function () {
|
|||
* Flush
|
||||
*/
|
||||
helper.mspQueue.flush();
|
||||
helper.mspQueue.freeSerialPort();
|
||||
helper.mspQueue.freeHardLock();
|
||||
helper.mspQueue.freeSoftLock();
|
||||
|
||||
serial.disconnect(onClosed);
|
||||
MSP.disconnect_cleanup();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue