WiFiManager icon indicating copy to clipboard operation
WiFiManager copied to clipboard

ESP8266 WiFi Connection manager with web captive portal

Results 229 WiFiManager issues
Sort by recently updated
recently updated
newest added

To be able to find out if the network with static addresses or with DHCP following methods are proposed: //check if static network configuration is set bool isStaticIp(void); //provides static...

### Basic Infos Awesome library guys. really is a lifesaver. Feature request maybe or just missing instructions. We looking to use CSS format set in Main and PARAMS, going to...

---esp32--- when esp is connected to client network and client network goes offline esp goes back in AP mode that is fine so far. But when it is in AP...

Compiling for the ESP32-C3 using the Arduino IDE 1.8.19 results in a compiler warning for WiFiManager.cpp on line 3368. Original line : "_debugPort.printf("[MEM] free: %5d | max: %5d | frag:...

Update there as well, might be able to bring over changes from master, I think it was already fixed. check for open PRs

Good First Issue

[前往我的站点](https://fongdan.com/article/detail/19) WiFiManager.h AP配网在使用的时候需要改为显示中文,开始以为是使用 setCountry("CN") 来设置,但是怎么改都没变化,看了WiFiManager.cpp 和 WiFiManager.h 才知道原来这个函数作用是设置 WiFi AP 模块的国家代码,国家代码决定了模块可以使用的无线信道和频率范围(不同的国家和地区有不同的无线电频谱规定); 例如,在美国(国家代码为 "US"),WiFi 信道通常从 1 到 11,而在欧洲,信道可以从 1 到 13;也就是说setCountry函数是用于确保 WiFi 模块遵循当地的无线电频谱规定 个人感觉没什么用吧,哈哈;rorinliang076 at/ gmail不过我也设置了"CN". ### 本人开发环境 arduino ide2.3.2 [WiFiManager版本2.0.17](https://github.com/tzapu/WiFiManager)...

enhancement
Documentation

### Basic Infos I have the autoConnect() working. Then, I am running the config portal for configuration of custom parameters. However, I cannot figure how to get the local IP...

How can I add switch in the setup page, in configuration wifi page i'v tried add parameter but it's all boxes can you help me please