Public origin for TesCam Hub OTA updates. Served at updates.tescamstudio.com via Cloudflare Pages.
Do not edit files here by hand. All changes come from
publish-firmware.sh in the main TesCam Studio repo, which:
manifest.json + firmware/tescamhub-<version>.tar.gz(.sig)manifest.json — points at the currently-published firmware versionfirmware/ — signed tarballs + raw Ed25519 signatures_headers — Cloudflare Pages cache policyFrom the main repo’s TesCamHub/ directory:
export TESCAMHUB_FIRMWARE_REPO=/path/to/this/repo
./release-firmware.sh 2.5.1
./publish-firmware.sh 2.5.1 --rollout 10 --changelog "Bug fixes."
See TesCamHub/OTA_HOSTING.md + TesCamHub/DEVTOOLS.md in the main
repo for full docs.
./publish-firmware.sh 2.5.0 --rollout 100 --changelog "Reverted from 2.5.1."