pedroluisdionisiofraga/ota-api

0.1.2

Latest
uploaded 5 days 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.

1 example

  • basic
    This example demonstrates the full OTA flow using the ota-api component, handling firmware upgrades via specified network interfaces.
    6.90 KB