Tool/software:
I am new to the CC3235SF controller and FreeRTOS, and I am implementing a local web server on a controller by setting it to AP mode. The goal is to read incoming requests on the controller's IP address and serve a local web page for data entry. However, when a connected device accesses the controller's IP, it opens the follwing default mysimplelink Wi-Fi configuration page instead of my custom web page.
How can I disable this default page and ensure that my local web page is served instead?