From 9289941c27ee9e5b6a01b5929050b0c23f8cc376 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 9 Jan 2024 15:54:44 -0500 Subject: [PATCH] Add missing data from Forza Dash telemetry --- include/hexagram/telemetry/dash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/hexagram/telemetry/dash.h b/include/hexagram/telemetry/dash.h index 6e7cce9..6ba3eee 100644 --- a/include/hexagram/telemetry/dash.h +++ b/include/hexagram/telemetry/dash.h @@ -62,7 +62,8 @@ typedef struct _hexagram_telemetry_dash_packet { float yaw, pitch, roll; hexagram_corner normalized_suspension_travel, - tire_slip_ratio; + tire_slip_ratio, + wheel_rotation; struct { int32_t front_left, front_right, rear_left, rear_right;