Search found 1 match

by ArnyminerZ
Wed Feb 23, 2022 4:34 pm
Forum: ESP-IDF
Topic: Captive portal not working
Replies: 1
Views: 2984

Captive portal not working

Hi, I've been trying to set up a captive portal in a ESP32 using the ESP-IDF framework. I've used the example provided at https://github.com/espressif/esp-idf/tree/master/examples/protocols/http_server/captive_portal . My CMakeLists.txt is: idf_component_register( SRCS "main.c" "dns_server.c" INCLUD...