diff --git a/lib/obp60task/PageRollPitch.cpp b/lib/obp60task/PageRollPitch.cpp index 9bc9b49..33f5142 100644 --- a/lib/obp60task/PageRollPitch.cpp +++ b/lib/obp60task/PageRollPitch.cpp @@ -353,7 +353,8 @@ PageDescription registerPageRollPitch( "RollPitch", // Page name createPage, // Action 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 );