1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2024-04-26 12:05:17 +02:00
parent a4fd2bce9d
commit 93bb0eba4f
3 changed files with 32 additions and 1 deletions

View file

@ -35,6 +35,8 @@ var SerialBackend = (function () {
privateScope.isDemoRunning = false;
privateScope.isWirelessMode = false;
/*
* Handle "Wireless" mode with strict queueing of messages
*/