mirror of
https://github.com/ALLFATHER-BV/wadamesh.git
synced 2026-07-02 17:11:35 +00:00
d22390aeb8
The web-flasher manifest referenced https://firmware.wadamesh.com/latest/<board>-merged.bin — a stable filename cached 4h (Cache-Control max-age=14400) and overwritten in place each release. version.json (max-age=300) advertised the new tag within minutes, but the latest/ bin could keep serving the PREVIOUS beta's bytes per-POP for up to 4h, so a user flashing right after a release could install the old version (reported: flashed beta_11, device showed beta_10). Point the manifest at the immutable releases/TOUCH/<tag>/ bin instead — that URL is never overwritten so its cache is always correct, and the 5-min manifest TTL propagates the new path fast. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>