matterizelabs/esp_gh_ota

1.1.1

Latest
uploaded 2 hours ago
ESP-IDF component for firmware updates via GitHub Releases. Polls the GitHub API for new releases, downloads the .bin asset, and flashes it. Supports partial HTTP download, OTA resumption across reboots, and anti-rollback (software semver check + hardware secure_version eFuse check).

1 example

  • github_dfu
    Reference app for the esp_gh_ota component that connects to WiFi, polls GitHub for firmware updates, and flashes new releases.
    4.63 KB