Commit ed62a837 authored by lm's avatar lm

Adjusted drop rate

parent 2adb1f82
......@@ -243,7 +243,7 @@ void UAS::receiveMessage(LinkInterface* link, mavlink_message_t message)
}
// COMMUNICATIONS DROP RATE
emit dropRateChanged(this->getUASID(), state.packet_drop);
emit dropRateChanged(this->getUASID(), state.packet_drop/1000.0f);
//qDebug() << __FILE__ << __LINE__ << "RCV LOSS: " << state.packet_drop;
// AUDIO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment