Closed dbhaig closed 4 years ago
Hi Don,
Thanks for using the library. I'm sorry for the not-updated and misleading README
I dropped the persistent Config Portal quite a while and use dynamic Config Portal with these features:
because of these following concerns and potential issues
Imagine you have 20 different devices, each running its own AP. There will be a lot of issues such as :
- channel conflict => big issue for every board, even for your router if channel is duplicated.
- unintended (re-)connection from other devices
- the STA+AP mode is not as very reliable as STA only.
- the Portal Webserver must be still running and not efficient to do so.
Will fix the README soon.
Regards,
Hi Khoi I am experimenting with your WiFi Manager library on an ESP8266 and have been able to get it to successfully connect to my WiFi router.
According to the README.md file:
"The configuration portal will now be visible on two networks, these being it's own network and the network to which it has connected. On it's own network it will have two IP addresses, the original 192.168.4.1 and the same IP address it has on the network to which it connected."
Once connected to the router, I am not seeing the configuration port at either the 192.168.4.1 or the DHCP assigned IP address. (I can successfully ping the DHCP assigned IP address but not the 192.198.4.1 address once the ESP8266 is connected.)
What am I missing?
Thanks, in advance.