From b7bf6cfb5abc83d4175c45de5d571a7020d38b00 Mon Sep 17 00:00:00 2001 From: Ayrton Ricardo Date: Sun, 22 Mar 2026 20:14:50 +0100 Subject: [PATCH] fix: commmand descriptor for axisinertia --- OpenFFBSharp/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenFFBSharp/Commands.cs b/OpenFFBSharp/Commands.cs index 967eb45..dae35a6 100644 --- a/OpenFFBSharp/Commands.cs +++ b/OpenFFBSharp/Commands.cs @@ -962,7 +962,7 @@ public bool SetAxisfriction(byte newAxisfriction) #endregion #region axisinertia - private readonly BoardCommand _axisinertia = new BoardCommand("axisinertia", 0xF, "Axis Inertia. Independent inertia effect. 255=100%", CmdTypes.Get | CmdTypes.Set); + private readonly BoardCommand _axisinertia = new BoardCommand("axisinertia", 0x17, "Axis Inertia. Independent inertia effect. 255=100%", CmdTypes.Get | CmdTypes.Set); /// /// Axis Inertia configured position