pedroluisdionisiofraga/ota-api

0.3.5

Latest
uploaded 12 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
    An advanced OTA example demonstrates console-controlled updates, cancellation, progress tracking, and rollback.
    11.56 KB
  • basic
    Demonstrates a full OTA flow using ota-api over Wi-Fi or Ethernet. It downloads the configured image and reboots.
    6.02 KB
  • on_demand
    Updating when the application decides to, not when it boots. The device runs continuously and updates only on demand.
    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