-
(please also see https://github.com/lorol/LITTLEFS/issues/27 for more context)
I'm using your library and your examples as a starting point for my project. Thanks for sharing this!
I noticed t…
-
On my iPhone running IOS version 14.3 the captive portal is not triggered. When I connect to the AP the first time I have to explicitly go to 192.168.100.1 in a browser to get to the config screen. I …
-
Hi, good job !! The las Issue in 1.4.1 it´s now Ok, but ... ...
At the moment, not remember stored SSID and Pass, and only use the last pair used for connection.
I use the Async_ConfigOnSta…
-
Any chance the non-blocking option will be available soon?
I was just added to the development branch of the original WiFiManager: https://github.com/tzapu/WiFiManager/tree/development
I think thi…
-
Hello Michael,
i build the SMLReader, really great work you did
I read 2 Itron meters, both send their values each second, but i only send a MQTT message each 20 seconds
Now, after about 3 w…
-
There appears to be no way to turn off the serial output debug messages from Dash? (without hacking the library I guess?)
My application is acting as a dashboard and interface to a legacy system ov…
-
Hello,
Sorry to bother you with probably a beginners mistake and thank you for creating such a great library.
Issue is the following:
When I compile and run the autoconnect.ino, things run smoo…
-
Hello. I am learning about esp32 and trying your library. I am using the example program:
Async_ESP32_FSWebServer_DRD
I have not modified the code yet. When I run the program. A new network appear…
-
Good afternoon.
Please check the below log to see full error. None of the examples in this library work.
Removing the "connectMultiWifi" function does indeed fix the error and allows comp…
-
Hi I am using following code for wifi manger picked from examples.
`ESPAsync_WiFiManager ESPAsync_wifiManager(&webServer, &dnsServer, "AutoConnectAP");
ESPAsync_wifiManager.setDebugOutput(true);
…