pedroluisdionisiofraga/ota-api

0.3.3

Latest
uploaded 6 hours ago
OTA API is a component for ESP-IDF that simplifies HTTPS over-the-air firmware updates for ESP32-based applications. Configure the firmware URL and an optional server certificate in a single struct, then run the update synchronously or in a background task that automatically reboots into the new firmware.

4 examples

  • advanced
    Demonstrates the full OTA update lifecycle under console control, including progress, cancellation, and rollback.
    11.56 KB
  • basic
    This example shows OTA with ota-api: connect, hash firmware, download an image, and reboot into it.
    6.02 KB
  • on_demand
    This example updates firmware on demand via a console command, with errors returned for retry.
    6.92 KB
  • rollback
    Self-test and automatic rollback with the ota-api component, ported from ESP-IDF's native_ota_example.
    8.46 KB