mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-12-15 18:31:09 +08:00
1. construct a valid http request header notice: URL path, HTTP version, Host,Accept, Accept-Encoding 2. check http response header notice: state code should be 200, should include Content-Length and application/octet-stream 3. download OTA bin from local OTA server 4. check bin CRC 5. reboot to run new bin if CRC passed 6. add README.md