1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +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:
James Cotton 2011-08-11 12:05:52 -05:00
parent 681444184c
commit 39fcc5bde3

View File

@ -218,6 +218,8 @@ void Telemetry::transactionCompleted(UAVObject* obj, bool success)
transPending = false;
// Send signal
obj->emitTransactionCompleted(success);
// Process new object updates from queue
processObjectQueue();
} else
{
// qDebug() << "Error: received a transaction completed when did not expect it.";