Skip to content
Snippets Groups Projects
Commit e85b4d8d authored by Bryan Godbolt's avatar Bryan Godbolt
Browse files

fixed some stability issues with qgcremotecontrol view

parent 614151ce
No related branches found
No related tags found
No related merge requests found
...@@ -134,10 +134,10 @@ void QGCRemoteControlView::setChannelScaled(int channelId, float normalized) ...@@ -134,10 +134,10 @@ void QGCRemoteControlView::setChannelScaled(int channelId, float normalized)
// This is an existing channel, update it // This is an existing channel, update it
this->normalized[channelId] = normalized; this->normalized[channelId] = normalized;
} }
updated = true; // updated = true;
// FIXME Will be timer based in the future // // FIXME Will be timer based in the future
redraw(); // redraw();
} }
void QGCRemoteControlView::setRemoteRSSI(float rssiNormalized) void QGCRemoteControlView::setRemoteRSSI(float rssiNormalized)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment