Page 1 of 1

OTA Updates from GitHub - Arduino Library

Posted: Sun Mar 09, 2025 5:26 pm
by JimSHED
Hey all! Wanted to show off a fork of the "ESP32-OTA-Pull" library I put together, in case it is useful for others.

The library enables OTA updates from online file servers, like GitHub. The original ESP32-OTA-Pull library didn't play nicely with the GitHub URL format and how many redirects it did to get to the file.

I also added an example, "GitHub-OTA-Example" to demonstrate the functionality.

https://github.com/JimSHED/ESP32-OTA-Pull-GitHub

Hopefully this is useful for your projects!

-Jim