Hi,
originally I had compilation problems with the most recent ESP driver and most recent libraries but these were solved when moving ' #include <ESP8266mDNS.h> ' up in the list of libraries to load. However, now the next problem appears: it takes about 5-10 min for the Wemos D1 Mini Pro 16 Mb to connect to the wifi. Then, when it then finally connects, there seems to be a problem to call the redirect website (
http://esp8266.local ) on my computer, although it is stated that the HTTP server started. I get a "cannot connect to server message" back.
What are possible reasons? When I run the Wifi scanner, it looks like the Wemos D1 Mini Pro has problems to find my network and so perhaps it doesn't react fast enough as server? Or can my firewall stand in the way? Your help to problem solve is much appreciated. I get following output on the console:
"
WiFi connected
IP address:
192.168.0.220
mDNS responder started
Loading config
Failed to open config file
No refresh token found. Requesting through browser
Open browser at
http://esp8266.local
WiFi connected!
HTTP server started
"