Fix warning with the KAP-140, now the
altitude encoder is part of the altimeter
This commit is contained in:
parent
eaf4c60cfb
commit
92611fdcd7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var settings = "/autopilot/KAP140/settings";
|
|||
var annunciators = "/autopilot/KAP140/annunciators";
|
||||
var internal = "/autopilot/internal";
|
||||
var power="/systems/electrical/outputs/autopilot";
|
||||
var encoder = "/instrumentation/encoder";
|
||||
var encoder = "/instrumentation/altimeter";
|
||||
var flightControls = "/controls/flight";
|
||||
|
||||
# locks
|
||||
|
|
Loading…
Reference in a new issue