Add missing data from Forza Dash telemetry
This commit is contained in:
parent
de4802bf3b
commit
9289941c27
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ typedef struct _hexagram_telemetry_dash_packet {
|
||||||
float yaw, pitch, roll;
|
float yaw, pitch, roll;
|
||||||
|
|
||||||
hexagram_corner normalized_suspension_travel,
|
hexagram_corner normalized_suspension_travel,
|
||||||
tire_slip_ratio;
|
tire_slip_ratio,
|
||||||
|
wheel_rotation;
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
int32_t front_left, front_right, rear_left, rear_right;
|
int32_t front_left, front_right, rear_left, rear_right;
|
||||||
|
|
Loading…
Add table
Reference in a new issue