LGCIU remove print
This commit is contained in:
parent
74466e23a6
commit
97fd81e698
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,6 @@ var lgciu_one_init = func {
|
|||
setprop("/controls/lgciu[0]/nws/nwsenabled",0); #0 = disabled 1 = enabled, must be disabled for push
|
||||
setprop("/controls/lgciu[0]/inuse",1); #the LGCIUs switch between eachother on each gear cycle. eg if one LGCIU fails put the gear down and bring them up again to reset
|
||||
setprop("/controls/lgciu[0]/hasbeenret",0); #has the gear been retracted with LGCIU1?
|
||||
print("LGCIU 1 Initialized");
|
||||
}
|
||||
|
||||
var lgciu_two_init = func {
|
||||
|
@ -47,7 +46,7 @@ var lgciu_two_init = func {
|
|||
setprop("/controls/lgciu[1]/nws/nwsenabled",0); #0 = disabled 1 = enabled, must be disabled for push
|
||||
setprop("/controls/lgciu[1]/inuse",0); #the LGCIUs switch between eachother on each gear cycle. eg if one LGCIU fails put the gear down and bring them up again to reset
|
||||
setprop("/controls/lgciu[1]/hasbeenret",0); #has the gear been retracted with LGCIU2?
|
||||
print("LGCIU 1 Initialized");
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue