Posted on June 05, 2017 at 22:24read/write from to the sd card is quite simple. My problem is to stream huge custom log files stored on usb to port 80 by using lwip. I need to solve issue with buffer of fs_read_custom method...
Posted on May 30, 2017 at 14:35Hi HoangI'm working on a small project that show logs file using lwip. It's possible to read custtom pages/files from sdcard by usingLWIP_HTTPD_CUSTOM_FILES LWIP_HTTPD_DYNAMIC_FILE_READvariables. Then you need to imple...