| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Clean up how parameters work. | Josh Rahm | 2025-12-07 |
| | | | | | | Formalize a poor-man's Parameter "typeclass" and create "instances". This makes things way less ad-hoc. | ||
| * | Add a controller shell. | Josh Rahm | 2021-12-01 |
| This adds a mini shell to the tcp server that allows the user to modify the current state. Commands are in the form: set [int_attribute] (=|+=|-=) [number] set [bool_attribute] (on|off|toggle) print end for example: set brightness += 5 set power on print end | |||