I am trying to get the esphttpd web server running. It does look like exactly what the esp8266 needs and I am sure it will be a great project but I just can't get it running.
I have downloaded and built the esphttpd example. That built fine and produced 2 bin files one for 0x00000 and one for 0x40000.
32Mb module on the esp-launcher board
I am using eclipse on windows 10 to build, it reports no errors and the last few lines of the build are just
FW firmware
esptool.py v1.2-dev
14:30:27 Build Finished (took 10s.901ms)
But nothing gets uploaded to the esp8266 board.
But, I can load the files using the official fimrware flash tool and that seems to work, in that the uart output tells me it has connected to my WifFi and I can connect to the Access point but no web pages are served. (It had remembered my WiFi ssid from when I had the AT firmware running)
Any ideas about why I can't see the web pages. I get lots of " Call espFSInit first " errors in the uart output.
Thanks
Spooney