Hi,
I don't work much on ESP32, but I have a project behind me working as a web page controlling relays. The ESP32 is connected via wifi to a router.
I have also run the softAP example, it works, you can connect to it.
Now I need to put up a softAP that generates its own web page, which I can connect to via Wifi and pass it data via POST or GET methods and get a response.
I can't find an example of such a solution for IDF, hence the request for hints.
For the uninitiated in IDF ... it is not about Arduino examples
.
I don't work much on ESP32, but I have a project behind me working as a web page controlling relays. The ESP32 is connected via wifi to a router.
I have also run the softAP example, it works, you can connect to it.
Now I need to put up a softAP that generates its own web page, which I can connect to via Wifi and pass it data via POST or GET methods and get a response.
I can't find an example of such a solution for IDF, hence the request for hints.
For the uninitiated in IDF ... it is not about Arduino examples
