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

Merge pull request #203 from Scorgan01/PageWindPlot

History Buffer + Wind Calculation CleanUp
This commit is contained in:
Norbert Walter
2025-08-27 23:15:15 +02:00
committed by GitHub
9 changed files with 439 additions and 394 deletions

View File

@@ -4,7 +4,6 @@
#include <functional>
#include <vector>
#include "LedSpiTask.h"
#include "OBPRingBuffer.h"
#include "OBPDataOperations.h"
#define MAX_PAGE_NUMBER 10 // Max number of pages for show data
@@ -17,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;
tBoatHstryData boatHstry;
HstryBuf* boatHstry;
} PageData;
// Sensor data structure (only for extended sensors, not for NMEA bus sensors)