-
There is currently no single method way to reconnect the WiFi manager if the connection is lost. Currently it's a two step process:
```python
wifi.reset()
wifi.connect()
```
It would be nice …
-
See https://github.com/Antergos/Cnchi/issues/326
-
I am trying to mock an esp-idf component with CMock and the build is failing due to a mismatch in function definition from a `const uint8_t[6]` in the original header to a `const uint8_t[6]` in the mo…
ljden updated
7 months ago
-
**Is your feature request related to a problem? Please describe.**
Currently this is missing functionality that has to be scripted.
**Describe the solution you'd like**
A new module for managing…
-
### Brief description of your issue
```
PS > winget search Xbox
Name Id Version Match Source
----------------------------…
-
Hi Roland,
I have moved parts of my previous issue report to a different thread, to hopefully cleaning up communication.
device: Heltec Wifi_Kit_32_V3.1
After not being able to flash `spidr_1…
-
[CircuitPython](https://circuitpython.org/) is another very popular runtime for Python on microcontrollers, especially Adafruit products. Figure out how to get the driver working in that environment …
-
### Basic Infos
#### Hardware
WiFimanager Branch/Release: Master
1.12.1 ESPAsyncWiFiManager.h
Esp32: Wrover module
Hardware: ESP32 board
Core Version: 2.0.2
### Description
…
-
I am successfully using wifi manager in esp 01 board.
But now i want to add a push button for extra functionaliry like reset, manual operation etc.
But could not figure out how to use both(wifimanag…
-
Hi there,
I want to use the WiFi manager to change the wifi credentials of my ESP device but without using the Captive portal, I want the user to configure the WiFi settings either from my app or fro…