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

Fix page fluid data and fluidtype selection

This commit is contained in:
2024-12-30 12:16:46 +01:00
parent df5ff1c91a
commit 6e256e136a
4 changed files with 18 additions and 12 deletions

View File

@@ -9,6 +9,7 @@
typedef std::vector<GwApi::BoatValue *> ValueList;
typedef struct{
String pageName;
uint8_t pageNumber; // page number in sequence of visible pages
//the values will always contain the user defined values first
ValueList values;
} PageData;