aboutsummaryrefslogtreecommitdiff
path: root/testconfig
Commit message (Collapse)AuthorAgeFilesLines
* Change format for clock refresh rate once more.Andreas Grois2021-04-221-2/+4
| | | | It's now optional again, but needs its own block.
* Simplified clock config. It now only has 2 options for rates.Andreas Grois2021-04-221-2/+9
| | | | | | | Either it's updating every n seconds (float) but not synchronized to the actual UTC time, or it's updating synchronized, but with the limitation that the update rate is given as updates/(30 minutes). Explanation why this format was chosen is in the source file.
* Clock now does something (but isn't done yet).Andreas Grois2021-04-191-1/+1
|
* First semi-working implementation.Andreas Grois2021-04-181-0/+9