ESP32 FIRMWARE OPERATIONS

OTA Control Room

Service online

RELEASE CHANNEL / PRODUCTION

Ship firmware with a clear view of every release.

Publish a version to Blob storage, then let connected ESP32 devices discover it through the signed OTA pipeline.

OTA
01
Current releaseLoading...Checking API
Device endpointHTTPS/version + /update
StorageBlobPrivate upload, public delivery

RELEASE A FIRMWARE

Publish a new image

01

DEVICE CONTRACT

What the ESP32 sees

GET /versionPlain-text semantic version
GET /updateValidated application binary
POST /api/releaseAuthenticated dashboard upload

The device never receives dashboard credentials. Only the release API uses the admin token.