How can I change my website homepage using MPLAB® Harmony?
You can change the website homepage of the TCP/IP project using the MPLAB® Harmony Configurator (MHC), or manually change the code yourself.
To change the website homepage using MHC, expand the following selection tree:
Harmony Framework Configuration > TCPIP Stack > Use TCP\IP Stack?
Check the 'HTTP Server' box, and then modify the text boxes relating to the Default HTTP/HTTPS File.
If you want to manually change the homepage, search for the following lines of code in the system_config.h file:
- #define TCPIP_HTTP_DEFAULT_FILE
- #define TCPIP_HTTPS_DEFAULT_FILE