summaryrefslogtreecommitdiff
path: root/fw/src/http.c
AgeCommit message (Collapse)Author
2025-03-21fw: http: Add /favicon.ico handlerxengineering
Common browsers always request this URL. Not responding to it shows up as an error. To silence this error report the firmware just responds with HTTP 204 No Content since a favicon is currently not available.
2025-03-21fw: http: Add HTML resource /xengineering
This provides the index HTML page.