aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/alarm
Commit message (Collapse)AuthorAgeFilesLines
* Update includes to to be relative to src directoryReinhold Gschweicher2021-11-151-1/+1
| | | | | | | Don't use relative imports like `../foo.h` as those depend on the relative position of both files. Rather than that use imports relative to the `src` directory, which explicitly is part of the include directories.
* Fixes per Riksu9000's feedbackMark Russell2021-09-162-7/+7
|
* License header fix, add missing bracesMark Russell2021-09-132-3/+12
|
* Fixes based on code reviews (formatting, UI code)Mark Russell2021-09-132-35/+40
|
* Created basic alarm appMark Russell2021-09-102-0/+168