aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/stopwatch/StopWatchController.h
Commit message (Collapse)AuthorAgeFilesLines
* lap storage as CircularBuffer, minor fixescodingjourney2025-11-041-6/+7
|
* minor fixes:codingjourney2025-11-041-11/+8
| | | | | | | | | * more consistent function names * lapCapacity as constexpr * LastLap returns std::optional * simplified handling of TickType_t values * removed unused methods * minor fix in lap rendering
* StopWatch: add persistenceJan Hustak2025-11-041-0/+66
# Conflicts: # src/displayapp/screens/StopWatch.h