Skip to content

Commit ffeb43f

Browse files
author
Patrick Bechon
committed
Add gForces to the airspeed message
1 parent 3c8fc14 commit ffeb43f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/PayloadStructs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ struct targetMessage {
150150
struct airspeedMessage {
151151
float IAS; /**< Indicated airspeed. */
152152
float mach; /**< Mach number. */
153+
float gForces; /**< G forces. */
153154
} __attribute__((packed));
154155

155156
/** A maneuver information message. */

0 commit comments

Comments
 (0)