ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By Sprite_tm
#4139
alonewolfx2 wrote:Esp-03 have 4mib spi flash. Can we increase webpages.espfs size on this module ? :)


4mib = 512KB. Mind the small b (bits) vs the large B (bytes). If the esp03 really does have the 4 megabytes you seem to imply it has: yes, as long as the ESPs SPI flash interface works the same for a 512KB as a 4MB module. You would need to move the location the espfs is flashed to, though, both in the Makefile as well as in include/httpdconfig.h.

alonewolfx2 wrote:Anyone have same problem ? i am getting this error message when browse every pages. "Httpd init, conn=0x3ffeae58" its ok but what is this. "FindConnData: Huh? Couldn't find connection for 0x3ffeae58
ReconCb"
i am using last espdttpd from git.


For now, that's normal. It means something happened on the connection that's listening for new connections. Because that's not part of the connection pool, the code will throw a warning, but it's usually fine. Will throw that out in the next version.

bkrajendra: Sounds cool! I'll check it out when I'm near an ESP again :)
User avatar
By alonewolfx2
#4141 thank you for quick response.
here is bkrajendra's gui screenshot
You do not have the required permissions to view the files attached to this post.
User avatar
By bkrajendra
#4199
scargill wrote:Any chance of zipping the rest here - Windows user - having zero success with the Git link


The best Git GUI client on windows I find is Git http://git-scm.com/downloads it has inbuilt git-gui.

Please find the responsive GUI for ESP repo here at github:
https://github.com/IOCare/esp8266GUI

Modification in the Makefile will be needed as per your native environment.