1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 22:13:07 +01:00

modified: lib/obp60task/PageRollPitch.cpp

--> fixed Typo
This commit is contained in:
Tobias E
2024-11-20 09:20:50 +00:00
parent 72acf9f585
commit 1bc896dfd7

View File

@@ -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
);