1
0
Fork 0

Fix warning with the KAP-140, now the

altitude encoder is part of the altimeter
This commit is contained in:
James Turner 2013-07-03 16:47:58 +01:00
parent eaf4c60cfb
commit 92611fdcd7

View file

@ -17,7 +17,7 @@ var settings = "/autopilot/KAP140/settings";
var annunciators = "/autopilot/KAP140/annunciators"; var annunciators = "/autopilot/KAP140/annunciators";
var internal = "/autopilot/internal"; var internal = "/autopilot/internal";
var power="/systems/electrical/outputs/autopilot"; var power="/systems/electrical/outputs/autopilot";
var encoder = "/instrumentation/encoder"; var encoder = "/instrumentation/altimeter";
var flightControls = "/controls/flight"; var flightControls = "/controls/flight";
# locks # locks