mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
LP-590 Store BoardRotation as float value
This commit is contained in:
parent
de6b29c6a1
commit
54b3080479
@ -62,7 +62,7 @@ private:
|
||||
Ui_RevoSensorsWidget *m_ui;
|
||||
|
||||
// Board rotation store/recall for FC and for aux mag
|
||||
qint16 storedBoardRotation[3];
|
||||
float storedBoardRotation[3];
|
||||
float storedBoardLevelTrim[2];
|
||||
qint16 auxMagStoredBoardRotation[3];
|
||||
bool isBoardRotationStored;
|
||||
|
Loading…
Reference in New Issue
Block a user