Skip to content

Commit

Permalink
fix(a380x/rmp): rmp 2 pot (flybywiresim#8920)
Browse files Browse the repository at this point in the history
  • Loading branch information
tracernz authored Sep 15, 2024
1 parent 85dddfc commit 0ec66ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class A380xRmpStateController implements Instrument {
this.dcPowerVar = 'A32NX_ELEC_DC_ESS_BUS_IS_POWERED';
this.failureKey = A380Failure.RadioManagementPanel2;
this.selectBusAVars = ['L:FBW_VHF2_BUS_A', 'L:FBW_HF2_BUS_A'];
this.screenPotentiometer = 85;
this.screenPotentiometer = 81;
break;
case 3:
this.dcPowerVar = 'A32NX_ELEC_DC_1_BUS_IS_POWERED';
Expand Down

0 comments on commit 0ec66ef

Please sign in to comment.