Skip to content

Commit

Permalink
accident, was only for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Oct 26, 2023
1 parent 7e4b785 commit ac653fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/telemetry/models/fcmavlinksystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class FCMavlinkSystem : public QObject

// roll, pitch and yaw
L_RO_PROP(double, pitch, set_pitch, 0)
L_RO_PROP(double, roll, set_roll, 20)
L_RO_PROP(double, roll, set_roll, 0)
L_RO_PROP(double, yaw, set_yaw, 0)
// mixed
L_RO_PROP(double, throttle, set_throttle, 0)
Expand Down

0 comments on commit ac653fb

Please sign in to comment.