WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

ESP8266 WiFi Connection manager with web captive portal

Results 229 WiFiManager issues
Sort by recently updated
recently updated
newest added

### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8266/Esp32: Hardware: ESP8266 D1 Mini Board Core Version: 2.4.0, staging ### Description error Exception (3) occurs when calling AP webpage, even with...

Needs Feeback

Hey @tzapu, Thank you very much for your Release 2.0.17, it is absolutely brilliant and I already intend to use it in my repo for a word clock. However, for...

First of all thanks to the amazing work with this library!!! I would like to know how could be possible chage the behavior after login in wifi, instead of redirect...

### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8266/Esp32: Esp32 Hardware: ESP32-WROOM-32-D Core Version: 2.0.14 ### Description I needed to inherit the Wifimanager class in my project and saw a...

Esp32 wroom 32 UE successfuly connect with wifi when creditionals provided through webs interface it shiw connection failed when creditionals pass through app using url. The app tested with other...

Hello folks, I am wondering if it is possible... After the AP-Portal is used to setup the own WiFi connection, I have an bind issue with the afterwards startet AsyncWebserver...

### Basic Infos #### Hardware WiFimanager Branch/Release: Master (2.0.17) Hardware: ESP32-S3-USB-OTG (YD-ESP32-S3) ### Description I'm having difficulty with custom fields in my sketch not saving. I've added Longitude, Latitude, and...

Hi, I would like user to choose ipadress, netmask and gateway. So I put : wm.setShowStaticFields(true); In webportal, it displays the 3 fields. But, now, I don't understand how to...

Hello! Is there any possibility to change the pass of the SoftAP after flashing on ESP32-S3 from WebUI? For example - left it open (WIFI_AUTH_OPEN) after flashing but let the...

Small direct updates to change the AutoConnectWithFSParameters and AutoConnectWithFSParametersAndCustomIP examples to make them compatible with Arduinojson 6 Fixes #1059

bug