mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
Revert "Telemetry: Remove a processObjectQueue() command that was triggering
warnings". Unfortunately this causes problems getting objects quickly on linux. A complete fix to the connection speed issue on all platforms may take some work. This reverts commit 74d1762e4c05e7923d496408752dbad5e7413637.
This commit is contained in:
parent
681444184c
commit
39fcc5bde3
@ -218,6 +218,8 @@ void Telemetry::transactionCompleted(UAVObject* obj, bool success)
|
|||||||
transPending = false;
|
transPending = false;
|
||||||
// Send signal
|
// Send signal
|
||||||
obj->emitTransactionCompleted(success);
|
obj->emitTransactionCompleted(success);
|
||||||
|
// Process new object updates from queue
|
||||||
|
processObjectQueue();
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
// qDebug() << "Error: received a transaction completed when did not expect it.";
|
// qDebug() << "Error: received a transaction completed when did not expect it.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user