diff --git a/sensors/Tools/SensorExplorer/Constants.cs b/sensors/Tools/SensorExplorer/Constants.cs index 086762ab..c12f4c70 100644 --- a/sensors/Tools/SensorExplorer/Constants.cs +++ b/sensors/Tools/SensorExplorer/Constants.cs @@ -27,7 +27,7 @@ public static class Constants { "Device_PanelPositionX", "{8DBC9C86-97A9-4BFF-9BC6-BFE95D3E6DAD} 8" }, { "Device_PanelPositionY", "{8DBC9C86-97A9-4BFF-9BC6-BFE95D3E6DAD} 9" }, { "Device_PanelPositionZ", "{8DBC9C86-97A9-4BFF-9BC6-BFE95D3E6DAD} 10" }, - { "Device_PanelRotationX", "{8DBC9PositionXC86-97A9-4BFF-9BC6-BFE95D3E6DAD} 11" }, + { "Device_PanelRotationX", "{8DBC9C86-97A9-4BFF-9BC6-BFE95D3E6DAD} 11" }, { "Device_PanelRotationY", "{8DBC9C86-97A9-4BFF-9BC6-BFE95D3E6DAD} 12" }, { "Device_PanelRotationZ", "{8DBC9C86-97A9-4BFF-9BC6-BFE95D3E6DAD} 13" }, { "Device_PanelColor", "{8DBC9C86-97A9-4BFF-9BC6-BFE95D3E6DAD} 14" }, @@ -324,4 +324,4 @@ public class ArduinoDevice public const ushort Vid = 0x2341; public const ushort Pid = 0x0042; } -} \ No newline at end of file +}