Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion OpenFFBSharp/Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -962,7 +962,7 @@ public bool SetAxisfriction(byte newAxisfriction)
#endregion

#region axisinertia
private readonly BoardCommand<long> _axisinertia = new BoardCommand<long>("axisinertia", 0xF, "Axis Inertia. Independent inertia effect. 255=100%", CmdTypes.Get | CmdTypes.Set);
private readonly BoardCommand<long> _axisinertia = new BoardCommand<long>("axisinertia", 0x17, "Axis Inertia. Independent inertia effect. 255=100%", CmdTypes.Get | CmdTypes.Set);

/// <summary>
/// Axis Inertia configured position
Expand Down
Loading