summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFiles
2024-10-21auto brightnessHEADmasterDaniel Jones2
add maximum light value to UI, store that in config. add %brightness% replacement to allow viewing of brightness in messages
2024-10-20use bitfield for brightnessDaniel Jones1
use bitfields for brightness settings in a hope to not corrupt existing settings saved on device
2024-10-20auto brightnessDaniel Jones3
add option to control brightness automatically from an LDR on pin 34. Note this adds a new value to the globalconf structure, so this breaks the layout of stored settings and will break them all.
2024-10-15refactoringDaniel Jones1
refactor cmd handling and string related handling
2024-10-09html changesDaniel Jones2
create function to send post requests, use it for reset and toggling.
2024-10-08fix displayoffDaniel Jones1
also add a toggle option
2024-10-08new cmd handlerDaniel Jones1
includes matrix power off/on
2024-10-07synctime() setenv and tzsetDaniel Jones1
2024-10-07First commitDaniel Jones12
First commit after PlatformIO transition