1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-11 07:03:07 +01:00
This commit is contained in:
norbert-walter
2026-02-07 17:10:59 +01:00
parent a0a88fa2c9
commit ded1b2b22e

View File

@@ -15,7 +15,7 @@
* K4:
* K5: TZ (Local/UTC)
*
* Timer mode:
* Regatta timer mode:
* - Format HH:MM:SS (24h, leading zeros)
* - Keys in timer mode:
* K1: MODE (A/D/T)
@@ -383,8 +383,8 @@ public:
struct tm* local_tm = localtime(&tv);
if (mode == 'T') {
// TIMER MODE: countdown timer HH:MM:SS in the center with 7-segment font
//************************************************************************
// REGATTA TIMER MODE: countdown timer HH:MM:SS in the center with 7-segment font
//*******************************************************************************
int dispH = timerHours;
int dispM = timerMinutes;