Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-21 | fw: http: Add /favicon.ico handler | xengineering | |
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-21 | fw: http: Add HTML resource / | xengineering | |
This provides the index HTML page. |