modified: lib/obp60task/PageRollPitch.cpp

back to standard
This commit is contained in:
Tobias E 2024-11-20 19:44:56 +00:00
parent 85ad03e0fa
commit 97c1c1fa2d
1 changed files with 2 additions and 2 deletions

View File

@ -360,8 +360,8 @@ PageDescription registerPageRollPitch(
"RollPitch", // Page name
createPage, // Action
0, // Number of bus values depends on selection in Web configuration
{"xdrROLL", "xdrPTCH"},// Bus values we need in the page
// {"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
);