-
Hi,
I followed all the instructions in the guide. For the WifimManager, I manually downloaded "https://github.com/tzapu/WiFiManager/tree/feature_asyncwebserver"
I got the following error when compil…
-
Hi and thanks for sharing your project :) is it possible that you would update the code with WiFi manager and or if so maybe also Arduino OTA . Would be cool to set all the parameters through the WiFi…
-
I know you already implemented wifi fallback ap mode but with ESP_WiFiManager it s even more user friendly.
If it can't connect to (non-)configured WIFI it moves the into Access Point open up capt…
-
I would like to suggest that you use WifiManager to manage the connection of the ESP8266 to a router - it sets up a captive portal when you select the ESP8266 AP and gathers all the necessary informat…
-
Any chance of supporting BearSSL in the future? It would be nice to be able to use like BearSSL::WiFiClientSecure connection; to facilitate things like MQTT with SSL CA cert.
-
Hallo Aircoookie,
I added the WifiManager because i love it 😁
BUT i don't know if it will work with ESP32 😢
Greetings (viele Grüße)
Christian...
Voilà:
```c++
/*
This is a basic exampl…
-
For Arduino ESP8266 & ESP32 there is the WiFiManager project: https://github.com/tzapu/WiFiManager
This project allows for easy configuration of an ESP device by connecting to its AP and setting th…
-
How do I start a web server after Wifi Connect? I have rewritten several skits from the esp8266. But they do not work. Does anyone have an example for me?
Thanks
-
it is possible to add custom entries to the wifimanager (https://github.com/tzapu/WiFiManager#custom-parameters)
if we add an option to add the token while the setup process, we could provide precomp…
-
[前往我的站点](https://fongdan.com/article/detail/19)
WiFiManager.h AP配网在使用的时候需要改为显示中文,开始以为是使用 setCountry("CN") 来设置,但是怎么改都没变化,看了WiFiManager.cpp 和 WiFiManager.h 才知道原来这个函数作用是设置 WiFi AP 模块的国家代码,国家代码决定了模块可以使…