aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/stopwatch
Commit message (Collapse)AuthorAgeFilesLines
* removed superfluous default values in controllercodingjourney2025-11-041-3/+3
|
* improved naming of lap-related fields and methodscodingjourney2025-11-042-25/+25
|
* lap storage as CircularBuffer, minor fixescodingjourney2025-11-042-20/+12
|
* minor fixes:codingjourney2025-11-042-43/+19
| | | | | | | | | * 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-042-0/+167
# Conflicts: # src/displayapp/screens/StopWatch.h