Hello,
I have OM13092 and want to show my own html page on browser. I referenced an example from SDK 2.4.1. "lpcxpresso54608_lwip_examples_lwip_httpsrv_bm" . I see there is index.html in project and when I type 192.168.0.102(ip address of the board). The browser shows me that page. It is ok.
I am asking how can I change this page ? I have to convert Html file to C code but could not success. In makefsdata.c there is written how to do this but I could not do that. I have found some exe files about it but not reach to success.
Anybody knows how to do that ?
Hi fatih ozen ,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
Please just modifying the index.html (~\middleware\lwip\src\apps\httpd\fs)directly instead of creating C code.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi jeremyzhou ,
I just modified the index.html and did not work and then I created new fsdata.c and now it works, thanks.