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

PageRollPitch now accepts 2 config options

Fixed conversion issue in PageWindRoseFlex
gen_set.pl is now obsolete, new version in python.
modified config.json (mostly reformatting due to gen_set.py), added 2 config fields for PageRollPitch
This commit is contained in:
Tobias E
2025-01-06 14:36:51 +00:00
parent 707ac9b84f
commit 9930769073
5 changed files with 1805 additions and 303 deletions

View File

@@ -342,9 +342,9 @@ static Page *createPage(CommonData &common){
PageDescription registerPageRollPitch(
"RollPitch", // Page name
createPage, // Action
0, // Number of bus values depends on selection in Web configuration
2, // 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", "xdrPitch"},// Bus values we need in the page
true // Show display header on/off
);