ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By prozac
#11989 @sean_intez: I am not sure what everyone else is doing, but I manually commented out a bunch of includes to get it to build. Comment out the following:
Code: Select all#include <stdint.h>

in
espmissingincludes.h
base64.c
heatshrink_decoder.h

and it should build just fine.
User avatar
By MM596
#12002 Hello!

Does anybody know why there can't be more data than 128kB in the 0x12000 espfs space? It should be about 180 kByte, but if the webpages.espfs is bigger than 128kB, the ESP doesn't start.

This problem was mentioned some pages ago, but I haven't found a solution yet, so maybe someone know how to do that?

Thanks
regards