aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/stopwatch/StopWatchController.cpp
Commit message (Collapse)AuthorAgeFilesLines
* improved naming of lap-related fields and methodscodingjourney2025-11-041-13/+13
|
* lap storage as CircularBuffer, minor fixescodingjourney2025-11-041-14/+5
|
* minor fixes:codingjourney2025-11-041-32/+11
| | | | | | | | | * 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/+101
# Conflicts: # src/displayapp/screens/StopWatch.h