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

Moved history buffers to PSRAM; extended buffer to 1920 values each (32 min.)

This commit is contained in:
Ulrich Meine
2025-08-26 23:21:36 +02:00
parent 851149bae6
commit 1abcb158ec
6 changed files with 18892 additions and 10 deletions

View File

@@ -431,7 +431,7 @@ void OBP60Task(GwApi *api){
int lastPage=pageNumber;
BoatValueList boatValues; //all the boat values for the api query
HstryBuf hstryBufList(960); // Create ring buffers for history storage of some boat data
HstryBuf hstryBufList(1920); // Create ring buffers for history storage of some boat data (1920 seconds = 32 minutes)
WindUtils trueWind(&boatValues); // Create helper object for true wind calculation
//commonData.distanceformat=config->getString(xxx);
//add all necessary data to common data