Comments on: WiFiManager with ESP8266 – Autoconnect, Custom Parameter and Manage your SSID and Password https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 24 Sep 2025 14:13:19 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Larry Dalton https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-1101397 Wed, 24 Sep 2025 14:13:19 +0000 http://randomnerdtutorials.com/?p=53022#comment-1101397 In reply to Albert.

WiFi.disconnect(true);
wm.resetSettings();

]]>
By: Larry Dalton https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-1101396 Wed, 24 Sep 2025 14:10:53 +0000 http://randomnerdtutorials.com/?p=53022#comment-1101396 In reply to ido.

WiFi.disconnect(true);
wm.resetSettings();

]]>
By: Jorge https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-1084306 Thu, 21 Aug 2025 19:37:36 +0000 http://randomnerdtutorials.com/?p=53022#comment-1084306 Wi-Fi Manager works very well,
but I have a question.
What are the INFO, RESET, etc. buttons for if they can only be accessed the first time?
After the device connects to a Wi-Fi network, the captive portal is closed and I can never access these buttons again!

]]>
By: Ashutosh Yeole https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-1076922 Fri, 01 Aug 2025 09:16:17 +0000 http://randomnerdtutorials.com/?p=53022#comment-1076922 Hi,
There is a conflict when I use AutoConnect library and WebSocket library cannot use bot of them simultaneously can you please help me in implementing both at the same time

]]>
By: Fabrizio https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-1010661 Mon, 24 Feb 2025 16:13:10 +0000 http://randomnerdtutorials.com/?p=53022#comment-1010661 Hi Team,

there are any way to modify the captive portal?

I like to add an images and remove the Info button

]]>
By: paladin https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-991187 Fri, 13 Dec 2024 16:52:00 +0000 http://randomnerdtutorials.com/?p=53022#comment-991187 In reply to JOhan.

Hi JOhan!
If you still need this information: I solved the same problem by simply uninstalling ArduinoJson library version 7 and installing version 5 (5.13.5 is the latest in the branch)

]]>
By: JOhan https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-938060 Tue, 16 Jul 2024 04:28:44 +0000 http://randomnerdtutorials.com/?p=53022#comment-938060 Hi..Thank you for your sharing. I have a problem to migrate Arduino Json5 instruction to Json7 due to my library update. May I know ho to resolve the problem. Thank you

]]>
By: Mike https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-912474 Sat, 04 May 2024 18:46:42 +0000 http://randomnerdtutorials.com/?p=53022#comment-912474 Thank you for the excellent tutorial! I would like to know if you have addressed where the SSID and password are stored in flash. It is useful to know and have a control over it. I can’t find something relevant in the documentation. Many thanks!

]]>
By: vicfret https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-857001 Thu, 24 Aug 2023 20:29:49 +0000 http://randomnerdtutorials.com/?p=53022#comment-857001 hello can this wifi manager work with ESPAsycnWebserver

]]>
By: Ttry https://randomnerdtutorials.com/wifimanager-with-esp8266-autoconnect-custom-parameter-and-manage-your-ssid-and-password/#comment-838525 Sat, 03 Jun 2023 00:43:53 +0000 http://randomnerdtutorials.com/?p=53022#comment-838525 How to call wifiManager.resetSettings(); on press of a button? So I can change which SSID to use? Thanks.

]]>