Xinyuan-LilyGO / TTGO_TWatch_Library

MIT License
902 stars 289 forks source link

OTA issue with httpUpdate - ELF file SHA256:0000000000000000 #134

Open YordanYanakiev opened 3 years ago

YordanYanakiev commented 3 years ago

I am unable to find reliable working example for OTA. Using the "updater" example works on ESP32 Devkit 1, and a few other ESP32 boards I have in home, but it does not works with the TTGO T-Watch 2020 v1 I have ( I have 10 pieces currently ). So - is there some actually tested and working OTA example for autoupdating from a Web server ? Something like the Arduino's example with HTTPUpdate.h "arduino15\packages\esp32\hardware\esp32\1.0.6\libraries\TTPUpdate\examples\httpUpdate" ? since with this one I got "ELF file SHA256: 0000000000000000" Error only on T-Watch.

Here the settings on the VS 2019 with Visual Micro: image