mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 20:35:19 +03:00
Deduplicatrion of the queue and delayed release of hard lock
This commit is contained in:
parent
a4fd2bce9d
commit
93bb0eba4f
3 changed files with 32 additions and 1 deletions
|
@ -35,6 +35,8 @@ var SerialBackend = (function () {
|
|||
|
||||
privateScope.isDemoRunning = false;
|
||||
|
||||
privateScope.isWirelessMode = false;
|
||||
|
||||
/*
|
||||
* Handle "Wireless" mode with strict queueing of messages
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue