Spritetm / libesphttpd

NOTE: THIS CODE IS UNMAINTAINED. Please take a look at https://github.com/chmorgan/libesphttpd instead.
125 stars 109 forks source link

Addition of alternate to mmap functions. #3

Closed nkolban closed 8 years ago

nkolban commented 9 years ago

Addition of support for malloc/read/free support for mmap

Spritetm commented 8 years ago

I can't merge your request, you seem to have removed libheatshrink, but I modified the sources to replace mmap with read. In this case, mmap doesn't give a speedup or whatever because we read the entire file anyway, and I'm gonna assume that any computer that can compile a program for the ESP has enough RAM to put the ESPFS files in its memory.