1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

GCS- Fixed board rotation being overwriten when calibrating.

This commit is contained in:
PT_Dreamer 2012-08-01 10:12:52 +01:00
parent faee578010
commit af98f4c2a6

View File

@ -135,7 +135,8 @@ void ConfigCCAttitudeWidget::timeout() {
void ConfigCCAttitudeWidget::startAccelCalibration() {
QMutexLocker locker(&startStop);
//need to apply so board rotation values don't get overwriten when calibrating
apply();
updates = 0;
x_accum.clear();
y_accum.clear();