ESP8266_ESP32_SelfUpdate icon indicating copy to clipboard operation
ESP8266_ESP32_SelfUpdate copied to clipboard

how to use OTA updates to esp32 with private repo

Open shiva-064 opened this issue 4 years ago • 1 comments

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

shiva-064 avatar Mar 07 '22 09:03 shiva-064

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.

programmer131 avatar Jul 14 '22 08:07 programmer131