pedroluisdionisiofraga/ota-api

0.3.6

Latest
uploaded 9 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 lifecycle: progress reporting, cancellation, rollback, and operator confirmation.
    11.56 KB
  • basic
    Demonstrates ota-api updates over Wi-Fi or Ethernet, downloading an image, printing firmware hashes, and rebooting.
    6.02 KB
  • on_demand
    This example updates firmware on demand through a console command, rather than at boot.
    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