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:
parent
faee578010
commit
af98f4c2a6
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user