Program for updating esp8266 firmware over https (ota over https). In this project i updated esp8266 program from github.
If using Arduino IDE rename the source code (main.cpp) in src folder to main.ino and copy certs.h to same folder
to get certs.h
- install phyton3
- open terminal go to cert.py directory
- input command
or
python cert.py -s raw.githubusercontent.com -n firmware > certs.h
python3 cert.py -s raw.githubusercontent.com -n firmware > certs.h
python -m pip install cryptography
To get .bin file