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
-2
View File
@@ -209,8 +209,6 @@ public:
dataIntv = 3;
} else if (dataIntv == 3) {
dataIntv = 4;
} else if (dataIntv == 4) {
dataIntv = 8;
} else {
dataIntv = 1;
}