Skip to content

Commit

Permalink
chore: ⚡ adds gear and airbrake
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Vieira <[email protected]>
  • Loading branch information
lucasvmx committed May 10, 2024
1 parent c0ab62f commit d4b1d25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions model/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ type AircraftState struct {
AngularSpeedX float32 `json:"Wx"`
Fuel uint32 `json:"Mfuel"`
Fuel0 float32 `json:"Mfuel0"`
Gear int `json:"gear"`
Airbrake int `json:"airbrake"`

// Engine 1
ThrottleEngine1 float32 `json:"throttle1"`
Expand Down

0 comments on commit d4b1d25

Please sign in to comment.