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

I'm trying to debug a minor problem that happens when I change to a new network. Everything works fine but after it restarts I need to manually restart the board...

There has been several issues with problems with wifi not connecting. But after restarts it works. Or every other restart it fails Sometimes there are errors like wrong password, or...

Discussion
ESP32
Upstream/Dependancy

WifiManager library on ESP32-S3. Form mobile phone or another computer cant see esp32s3 Access point.

ESP32

This is a possible breaking change if you have modified your strings file. * Constants have been moved to `wm_consts_en.h` * strings has been renamed to wm_strings_en.h, with shim left...

enhancement
Documentation

This PR brings feature_asyncwebserver up to date with master, and also gets the branch to a point where most of the tests compile. Although there is a lot of work...

I was expecting to be able to do something like -iquote my_strings_dir -D WIFI_MANAGER_OVERRIDE_STRINGS -include myStrings_en.h I've tried #include in main.cpp Can you not add two lines in strings_en.h as...

I get the following build error in VSCode using PlatformIO. **_In file included from .pio/libdeps/esp32dev/WiFiManager/WiFiManager.cpp:13: .pio/libdeps/esp32dev/WiFiManager/WiFiManager.h:99:14: fatal error: Update.h: No such file or directory_** my platformio.ini is using the git...

The code add an option (void setFindBestRSSI(boolean enabled)) to try to find the best AP for a given SSID. I messed up with your indentation. The majority of code is...

I'm using wifimanager version 0.14 with esp8266webserver version 1.0.0 and when I send html pages with server.send, it doesn't work for me and in the debug appears Request redirected to...

Question

Hello, not an Issue but a question or (maybe) a request of enhancement. Given: ``` WiFiManagerParameter logVal("logger", "", "", 40); ``` I can dinamycally update it in the loop() function...