enduser setup module is a very nice feature allowing us to enter wifi ssid and password and then connect to wifi. So there is no need to USB/Serial connection to the ESP8266 a browser on a smartphone/tablet/pc does the job.
Nice but:
Does anybody knows if there is a way to display the ip address obtained after successful connection on the "Successful connection" page. I mean the wifi station ip, and display it on the page served during the last 10 seconds before the AP disconnect.
I ask this because my project run a small webserver and I want people to be able to connect to this server easily. They need the ip adress to enter in their browser. Otherwise they have to log to the router and check connected devices, etc.. not easy for user lambda.
I know mdns, I use it, but most people use windows PC (without Bonjour/mdns)
Any idea welcome
Thanks
--
Jmp0