src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/http_api.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-15scrypted: don't reset idle timer on each painted frame + finer timingLuke Hoersten1-8/+23
2026-06-15http_api: log per-frame timing breakdown every 10 frames (recv / decode / paint)Luke Hoersten1-0/+21
2026-06-15firmware: zero-copy JPEG → BGR888 → DSI hot path; Scrypted pre-rotatesLuke Hoersten1-5/+14
2026-06-14Default name = MAC; brief wake on boot; drop dead touch defencesLuke Hoersten1-8/+8
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