ESP8266 Webserver Project

Moderator: Sprite_tm

User avatar
By kathir
#31240 I HAVE SOLVED THE ABOVE. SINCE I USED WINDOW PLATFORM I FORCED TO INSTALL PYTHON AND PYSERIAL
ADDING PATH TO PYTHON EVERYTHING OK
I HAVE USED RECENT SDK 1.4.0

NICE

M.K.SAN
User avatar
By kathir
#33178
Sprite_tm wrote:See ESPFS_POS in the Makefile.


Thanking you It is mentioned as 0x18000 in make file to upload web image.But how the software recogonise this location to decode web files. Is there any definition in C or H files in libhttpd project? I tried to find . But i cannot find.In old esphttpd stuff It was defined in httpdconfig.h I am porting your project in Arduino IDE using Native C code. They used single bin file at location 0x00000. So I have to change the webpage.espfs location somewhere around 0x40000 Pl suggest and helpme

M.K.SAN