From ded1b2b22e6d0561e294612eb5776f6a03695421 Mon Sep 17 00:00:00 2001 From: norbert-walter Date: Sat, 7 Feb 2026 17:10:59 +0100 Subject: [PATCH] Typo --- lib/obp60task/PageClock.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/obp60task/PageClock.cpp b/lib/obp60task/PageClock.cpp index a1d505c..3c5a63f 100644 --- a/lib/obp60task/PageClock.cpp +++ b/lib/obp60task/PageClock.cpp @@ -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;