summaryrefslogtreecommitdiff
path: root/fw/app/src/http.c
AgeCommit message (Collapse)Author
3 daysWIP: fw: app: Fix empty HTTP responsexengineering
This was caused by a body_len set to 0 because of changed semantics in the return value of settings_to_json().
4 daysWIP: fw: app: Fix SEGFAULTxengineering
TODO: Only JSON numbers seem to be encodable. Strings lead to SEGFAULT TODO: For some reason the encoded string is not part of the HTTP response.
4 daysfw: app: http: Add working GET /settings.jsonxengineering
5 daysfw: app: http: Add dummy GET /settings.jsonxengineering
9 daysfw: app: Re-design web pagexengineering
This enables simple.css also for the device-hosted website and restructures the HTML a bit.
2025-03-26fw: app: Move application firmware code herexengineering
This makes the structure of the `fw` folder more clear and separates application-related code from bootloader- or rtos-related code.