Search found 1 match
- Fri May 08, 2020 2:50 am
- Forum: ESP-IDF
- Topic: example of HTTP server in AP mode?
- Replies: 16
- Views: 49922
Re: example of HTTP server in AP mode?
hi
cant share the code, so i will just explain the concepts to get it to work. Literally just slapped these two examples together.
https://github.com/espressif/esp-idf/tree/master/examples/wifi/getting_started/softAP
https://github.com/espressif/esp-idf/tree/master/examples/protocols/http ...