Can't change the SoftAP #367
-
Hi I am using below code for Autoconnect. What do I wrong since I can't change the SoftAP. All the time I see the esp32ap. #include <WiFi.h> // Replace with WiFi.h for ESP32 WebServer Server; // Replace with WebServer for ESP32 void rootPage() { void setup() { Server.on("/", rootPage); void loop() { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You are missing |
Beta Was this translation helpful? Give feedback.
You are missing
Portal.config(Config);
. It's easy to forget, so I mentioned it in the documentation.https://hieromon.github.io/AutoConnect/advancedusage.html