1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-01-26 08:13:05 +01:00

General history buffers working; fine tuning required

This commit is contained in:
Ulrich Meine
2025-12-20 22:42:42 +01:00
parent d655674529
commit 41a8e7d078
5 changed files with 153 additions and 121 deletions

View File

@@ -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;
HstryManager* hstryManager;
HstryBuffers* hstryBuffers; // list of all boat history buffers
} PageData;
// Sensor data structure (only for extended sensors, not for NMEA bus sensors)