https://github.com/jmysu/esp32fota
ESP32 SSL httpUpdate ex.
https://github.com/jmysu/esp32fota
arduino esp32 github httpupdate platformio ssl
Last synced: 2 months ago
JSON representation
ESP32 SSL httpUpdate ex.
- Host: GitHub
- URL: https://github.com/jmysu/esp32fota
- Owner: jmysu
- License: gpl-3.0
- Created: 2020-06-21T11:59:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T20:35:56.000Z (almost 6 years ago)
- Last Synced: 2025-01-15T13:08:30.608Z (over 1 year ago)
- Topics: arduino, esp32, github, httpupdate, platformio, ssl
- Language: C++
- Homepage:
- Size: 5.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ESP32FOTA [](https://www.gnu.org/licenses/gpl-3.0)
ESP32 SSL httpUpdate with files in https://raw.githubusercontent.com/
An Arduino project for updating ESP32 firmware where kept at GitHub, using official ESP32 httpUpdate w/ SSL.
A successful updating message log for binary at https://raw.githubusercontent.com
Use this link to get correct root SSL certification:
https://projects.petrucci.ch/esp32/?page=ssl
## References
- [Arduino httpUpdate Library](https://github.com/espressif/arduino-esp32/tree/master/libraries/Update) Arduino ESP32 httpUpdate library at Github.
- [SSL root CA converter](https://projects.petrucci.ch/esp32/?page=ssl) Get SSL root certification converted for ESP32.