Skip to content

Commit

Permalink
Configuration updates (#1763)
Browse files Browse the repository at this point in the history
* config changes

* Create XPlane11_Zibo737_MCP_v5.mcc

MCP Config added for XP11 Zibo737.

* Update coreflighttech_mcp_mega.mfmc

Altitude and IAS encoders are reversed.
  • Loading branch information
coreflighttech authored Apr 1, 2024
1 parent 546602f commit 527e1bf
Show file tree
Hide file tree
Showing 2 changed files with 787 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Community/CoreFlightTech/config/coreflighttech_mcp_mega.mfmc
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<Button Name="DISENGAGE" Pin="25" />
<Button Name="FDR" Pin="27" />
<Encoder Name="ENC_CRS_L" PinLeft="52" PinRight="53" EncoderType="1" />
<Encoder Name="ENC_IASMACH" PinLeft="37" PinRight="39" EncoderType="1" />
<Encoder Name="ENC_IASMACH" PinLeft="39" PinRight="37" EncoderType="1" />
<Encoder Name="ENC_HEADING" PinLeft="32" PinRight="33" EncoderType="1" />
<Encoder Name="ENC_ALTITUDE" PinLeft="14" PinRight="15" EncoderType="1" />
<Encoder Name="ENC_ALTITUDE" PinLeft="15" PinRight="14" EncoderType="1" />
<Encoder Name="ENC_VS" PinLeft="13" PinRight="12" EncoderType="1" />
<Encoder Name="ENC_CRS_R" PinLeft="26" PinRight="29" EncoderType="1" />
<LedModule Name="MAX1" ModelType="0" DinPin="46" ClsPin="47" ClkPin="48" Brightness="10" NumModules="1" />
Expand Down
Loading

0 comments on commit 527e1bf

Please sign in to comment.