-->
Page 6 of 8

Re: ANNOUNCEMENT: esphttpd split

PostPosted: Tue Oct 13, 2015 10:21 am
by kathir
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

Re: ANNOUNCEMENT: esphttpd split

PostPosted: Thu Nov 05, 2015 4:08 am
by kathir
Can any one tell in esphttpd spilit where webpage upload location 0x12000 was defined in the software

Re: ANNOUNCEMENT: esphttpd split

PostPosted: Thu Nov 05, 2015 5:43 am
by Sprite_tm
See ESPFS_POS in the Makefile.

Re: ANNOUNCEMENT: esphttpd split

PostPosted: Thu Nov 05, 2015 3:48 pm
by kathir
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