PersWiFiManager icon indicating copy to clipboard operation
PersWiFiManager copied to clipboard

Persistent WiFiManager Arduino library for ESP8266

Results 24 PersWiFiManager issues
Sort by recently updated
recently updated
newest added

looks like your webpage is offline any other way to find the documentation to your github projects

Hello, I tested the example spiffs_rest_api_nonblocking. In order to make this work with the current ArduinoJson V6.16.1, I replaced in functiom "server.on("/api", []() {}" around line 82: //build json object...

If anyone is interested in asynchronous persistent WiFi Manager, check my fork: https://github.com/debsahu/PersWiFiManager

Hi @r-downing What modifications should I implement in order to use your library without the use of SPIFFS, including the HTM pages directly in the sketch? The idea is to...

This library sounds exactly like what I need right now - but I have to admit that I can't find any basic documentation on how to get it running? It...

As http://ryandowning.net/PersWiFiManager has been non-functional for quite some time now, better to point to the Github Pages copy of the documentation available as part of the gh-pages branch. Fixes #29,...

I can't access the library's FULL Documentation. Your personal site is down. Thanks

The link is http://ryandowning.net/PersWiFiManager but that gives a 404 error.

Hello, https://github.com/r-downing/PersWiFiManager/tree/master/examples/spiffs_rest_api_nonblocking example needs to be updated to support ESP32.