tescamhub-firmware-releases

TesCam Hub — Firmware Releases

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:

  1. Re-verifies the Ed25519 signature on the bundle
  2. Stages manifest.json + firmware/tescamhub-<version>.tar.gz(.sig)
  3. Commits and pushes → Cloudflare Pages auto-deploys in ~30s

Layout

Publishing a release

From 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.

Rollback

./publish-firmware.sh 2.5.0 --rollout 100 --changelog "Reverted from 2.5.1."