Tool/software: Code Composer Studio
Hi,
I am using EK-TM4C129EXL board. I have imported the enet_lwip.c example and tested it successfully.
The example program loads the default web page whose HTML,CSS, javascript, etc files are stored in 'fs' folder of the project.
I need to change that default web page with my own. For that, first, I tried making changes in the HTML code of the default web page. The changes I made in the HTML code gets
reflected in the 'fs' folder. But when I open the web page through IP address in a web browser, the change I made is not getting reflected, instead, the same default webpage is loaded. I understood that the change I made is not getting updated into the microcontroller's memory.
I don't know how to do it. Can you help?
Thank You for your time.