khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
291 stars 73 forks source link

Delete Stored SSID and Pass #32

Closed molillo closed 3 years ago

molillo commented 3 years ago

Hi, good job! I have a trouble, with ESPAsync_WiFiManager: 1.- Start Captive portal, and I config SSID and Password for mi mobile wifi AP. 2.- Save data OK. 3.- manual Reset ESP8266 and start Config Portal for 30sg (I configure), and next connect with my mobile AP perfect. 4.- If I switch off my mobile AP, and reset ESP8266, then:

ESPAsync_WiFiManager Version v1.3.0 [WM] RFC925 Hostname = ConfigOnStartup Stored: SSID = , Pass = Opening configuration portal.Open Config Portal without Timeout: No stored Credentials

And no Stored SSID and no Pass !!!

Can you help me ?
Thanks

molillo commented 3 years ago

Error double Issue