Skip to content

Commit

Permalink
Disable X-Plane AHRS output port.
Browse files Browse the repository at this point in the history
Not currently used by any app.
  • Loading branch information
cyoung committed Jan 25, 2016
1 parent f5bed44 commit fd03b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/gen_gdl90.go
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ func defaultSettings() {
//FIXME: Need to change format below.
globalSettings.NetworkOutputs = []networkConnection{
{Conn: nil, Ip: "", Port: 4000, Capability: NETWORK_GDL90_STANDARD | NETWORK_AHRS_GDL90},
{Conn: nil, Ip: "", Port: 49002, Capability: NETWORK_AHRS_FFSIM},
// {Conn: nil, Ip: "", Port: 49002, Capability: NETWORK_AHRS_FFSIM},
}
globalSettings.AHRS_Enabled = false
globalSettings.DEBUG = false
Expand Down

0 comments on commit fd03b25

Please sign in to comment.