ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Avoncliff
#72757 I have now got the OTA updates working, but after too much random patching I am not sure how many of my changes if any are needed.
@Kylix I would make sure you have a build that runs before trying to load it wirelessly. I have put my makefile at www.avoncliff.com/Makefile it should be pretty close to original. It should give you a httpd.user1.bin file that will load via "make flash"
User avatar
By kylix
#73342
Avoncliff wrote:I have now got the OTA updates working, but after too much random patching I am not sure how many of my changes if any are needed.
@Kylix I would make sure you have a build that runs before trying to load it wirelessly. I have put my makefile at http://www.avoncliff.com/Makefile it should be pretty close to original. It should give you a httpd.user1.bin file that will load via "make flash"


I don't have problems with make flash. After make flash I'm issuing: make httpflash and it seems to correctly flash but the static files are not loading (I get 404 error).
Could it be that the static files are not loaded into the right address?