1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-29 05:33:05 +01:00

Code part for more chart plots

This commit is contained in:
Ulrich Meine
2025-09-12 18:42:49 +02:00
parent be946440d3
commit b3e2dea45b
4 changed files with 393 additions and 204 deletions

View File

@@ -1,3 +1,4 @@
// Function lib for history buffer handling, true wind calculation, and other operations on boat data
#pragma once
#include <N2kMessages.h>
#include "OBPRingBuffer.h"