parent
72acf9f585
commit
1bc896dfd7
|
@ -353,7 +353,8 @@ PageDescription registerPageRollPitch(
|
||||||
"RollPitch", // Page name
|
"RollPitch", // Page name
|
||||||
createPage, // Action
|
createPage, // Action
|
||||||
0, // Number of bus values depends on selection in Web configuration
|
0, // Number of bus values depends on selection in Web configuration
|
||||||
{"xdrRoll", "xdrPitch"},// Bus values we need in the page
|
{"xdrROLL", "xdrPTCH"},// Bus values we need in the page
|
||||||
|
// {"xdrRoll", "xdrPitch"},// Bus values we need in the page
|
||||||
true // Show display header on/off
|
true // Show display header on/off
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue