programmer131 / ESP8266_ESP32_SelfUpdate

89 stars 71 forks source link

how to use OTA updates to esp32 with private repo #10

Open shiva-064 opened 2 years ago

shiva-064 commented 2 years ago

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

programmer131 commented 2 years ago

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.