aboutsummaryrefslogtreecommitdiff
path: root/main/tcp_server.c
Commit message (Collapse)AuthorAge
* Run clang-formatHEADmainJosh Rahm2022-12-01
|
* Add an HTTP Server.Josh Rahm2022-12-01
| | | | | This server allows the user to control the parameters of the state for displaying the lights.
* Break out the state parmaters into their own include file.Josh Rahm2021-12-02
| | | | This helps by creating one location to add state parameters.
* Add a controller shell.Josh Rahm2021-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
* Port the code from my STM project over to ESP32.Josh Rahm2021-12-01
| | | | | | | | There is still definitely some jenk to it. For one I still need to figure out how to protect critical sections to prevent stutter. I do need to set up a timer to control the time incrementer rather than depending on the speed of the spi bus.
* Reorganize tasks into their own files.Josh Rahm2021-11-30