mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-01-26 16:13:07 +01:00
Initial change to history buffers taking any boat value
This commit is contained in:
@@ -16,7 +16,7 @@ typedef struct{
|
||||
uint8_t pageNumber; // page number in sequence of visible pages
|
||||
//the values will always contain the user defined values first
|
||||
ValueList values;
|
||||
HstryBuf* boatHstry;
|
||||
HstryManager* hstryManager;
|
||||
} PageData;
|
||||
|
||||
// Sensor data structure (only for extended sensors, not for NMEA bus sensors)
|
||||
|
||||
Reference in New Issue
Block a user