Search found 2 matches
- Thu Dec 20, 2018 7:50 am
- Forum: ESP-IDF
- Topic: AP+STA. AP authentication Failed.
- Replies: 0
- Views: 2944
AP+STA. AP authentication Failed.
Hi, I also facing the following issue with esp32, I tried to configure both STA and AP and same but Station is connecting but when I tried to connect with AP mode it is not connecting. I'm using Arduino IDE here is my code please help me #include <WiFiClient.h> #include <ESP32WebServer.h> #include <...
- Thu Dec 20, 2018 7:46 am
- Forum: ESP-IDF
- Topic: WIFI_MODE_APSTA Sample
- Replies: 21
- Views: 65425
Re: WIFI_MODE_APSTA Sample
Hi, I also facing the same issue with esp32, I tried to configure both STA and AP and same but Station is connecting but when I tired to connect with AP mode it is not connecting. im using Arduino IDE here is my code please help me #include <WiFiClient.h> #include <ESP32WebServer.h> #include <WiFi.h...