1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Show correct time line on horizontal charts

This commit is contained in:
Ulrich Meine
2026-02-20 23:59:59 +01:00
parent 386b023677
commit 79aeeed65c
4 changed files with 21 additions and 21 deletions
+3
View File
@@ -231,6 +231,9 @@ public:
} else if (chrtMode == SPEED) {
if (wsChart) {
if (dataIntv == 8) {
dataIntv = 1; // horizontal charts show max. 4 x 7 min. only; no factor 8 multiplier
}
wsChart->showChrt(HORIZONTAL, FULL_SIZE, dataIntv, PRNT_NAME, PRNT_VALUE, *wsBVal);
}