ESP8266_ESP32_SelfUpdate
ESP8266_ESP32_SelfUpdate copied to clipboard
how to use OTA updates to esp32 with private repo
hi, I want to use esp32 OTA updates using Private Github Repo. As public Repo is working fine for the security purpose we need it Private. How to use it As private
you can place your firmware binary on a random url that may get expired after specified time, many embedded devices use this type of architecture for OTA, especially those connected to AWS IoT core, where you can setup access rules for images placed on S3 bucket for example.