modified: lib/obp60task/PageWindRose2.cpp

changed hardcoded values to COG and SOG
This commit is contained in:
Tobias E 2024-10-26 07:55:49 +00:00
parent 63fb67a828
commit adacc3a34d
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ PageDescription registerPageWindRose2(
"WindRose2", // Page name "WindRose2", // 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
{"AWA", "AWS", "TWD", "TWS", "DBT", "STW"}, // Bus values we need in the page {"AWA", "AWS", "COG", "SOG", "TWD", "TWS"}, // Bus values we need in the page
true // Show display header on/off true // Show display header on/off
); );