1
0
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:
Laurent Lalanne 2018-04-10 18:14:39 +02:00
parent de6b29c6a1
commit 54b3080479

View File

@ -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;