Commit e85b4d8d authored by Bryan Godbolt's avatar Bryan Godbolt

fixed some stability issues with qgcremotecontrol view

parent 614151ce
......@@ -134,10 +134,10 @@ void QGCRemoteControlView::setChannelScaled(int channelId, float normalized)
// This is an existing channel, update it
this->normalized[channelId] = normalized;
}
updated = true;
// updated = true;
// FIXME Will be timer based in the future
redraw();
// // FIXME Will be timer based in the future
// redraw();
}
void QGCRemoteControlView::setRemoteRSSI(float rssiNormalized)
......
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