I’ve discovered that my wemos is actually running, but it takes a LONG time, maybe 5 minutes. before it’ll go into auto connect AP mode.
The Serial outputs:
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v614f7c32
~ld
mounting FS...
And then it hangs for about 5 minutes. Then the serial monitor updates to:
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v614f7c32
~ld
mounting FS...
mounted file system
*WM: Adding parameter
*WM: blynk
*WM:
*WM: AutoConnect
*WM: Connecting as wifi client...
*WM: Already connected. Bailing out.
*WM: IP Address:
*WM: 192.168.1.4
connected...yeey :)
BLYNK Connection Fail
token
*WM: settings invalidated
*WM: THIS MAY CAUSE AP NOT TO START UP PROPERLY. YOU NEED TO COMMENT IT OUT AFTER ERASING THE DATA.
ets Jan 8 2013,rst cause:2, boot mode:(1,6)
ets Jan 8 2013,rst cause:4, boot mode:(1,6)
wdt reset
I’ve found someone with the exact sounding issue in the ESP8266 forum. They said the Spiffs.begin() makes it hang a long time on the Wemos D1 Pro Mini. It’s closed, but I don’t see how/if they resolved it?
https://github.com/esp8266/Arduino/issues/4237
If the Spiffs thing is making it hang, why was it working before, and now suddenly hang for 5 minutes?