-
The ESPAsync_WiFiManager library had support for exposing the timezone. I tried using the same setting:
```
// Use false to disable NTP config. Advisable when using Cellphone, Tablet to access Con…
-
I'm converting my [Kaleidoscope](/https://github.com/benpeart/kaleidoscope) project from using ESPAsync_WiFiManager to the _Lite version. I like that it enables me to provide default credentials so th…
-
Followed the examples.
Using PlatformIO with Core 6x
Board starts, WiFi AP shows up, and I can connect with password,
When I connect my phone to the network and then try to reach the IP Addre…
-
### Basic Infos
Using wifimanager library, on credential save, I get exceptions
#### Hardware
Hardware: nodemcu v1 12e
Core Version: 2.2.0 stable
### Description
Need help decipheri…
-
I believe I followed the steps to install, but when I go to build I get this error:
```
Compiling .pio/build/esp32-c3-devkitm-1/lib5f6/LittleFS_esp32/LITTLEFS.cpp.o
.pio/libdeps/esp32-c3-devkitm-1/…
-
Adding support for ESP32-S3 chipset.
_Please specify what's needed and tag issues which will be solved by this._
**Update:**
- development branch [esp32-s3-support](https://github.com/espressif…
-
hi... i need to know if my esp is working on softap mode (not exclusive)... my first instinct tell me to use the `status()`command
- the [Enhanced WiFi API](https://github.com/jandrassy/WiFiEspAT#e…
-
### Describe the bug
Using example code for MKR1000 the config portal will not come up.
### Steps to Reproduce
Load example MKR1000_WiFi101 sketch and run.
Connect to Wifi AP
Run curl with …
-
I am trying to use ESP8266 (nodemcu) with ESP_WiFiManager_lite.
I particularly need the dynamic parameters to store certain user input
paramters.
when i click on the save button it says settin…
-
### Is your feature request related to a problem? Please describe.
I want to use the WiFiManager_Lite with unstable WiFi connections. If there is no WiFi connection, the WiFiManager_Lite starts the…