src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/http_api.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-14Tidy: delete dead code, inline single-use helpers, fix double-lockLuke Hoersten1-31/+7
2026-06-14Drop VIEWPORT_STATE_UNCONFIGURED — state is just awake/asleepLuke Hoersten1-15/+3
2026-06-14http_api: bump httpd stack to 8 KiB — POST /config was overflowingLuke Hoersten1-0/+5
2026-06-13M6: state machine — POST /state, idle timer, /frame 409 guardLuke Hoersten1-1/+60
2026-06-13M5: POST /frame — hardware JPEG decode + orientation-aware paintLuke Hoersten1-1/+107
2026-06-13M4: NVS-backed /config with partial updates + validationLuke Hoersten1-10/+223
2026-06-13M2: HTTP server + mDNS service discovery + shared stateLuke Hoersten1-0/+93