Description
Arduino 1.6.8
Core Version: 2.1.0
Settings in IDE
Module: WeMos D1
Flash Size: ?MB/1MB
CPU Frequency: 80Mhz
Flash Mode: ??
Flash Frequency: ??
Upload Using: SERIAL
Reset Method: ??
Hello,
I am using WeMos D1 board with Arduino 1.6.8 and Software 2.1.0.
The board works nice with blink also WiFi.ScanNetworks works and gives a good result.
But whenever I use - WiFi,begin(...,...); - I get a runtime error:
Exception (2):
epc1=0x3ffe8bfc epc2=0x00000000 epc3=0x00000000 excvaddr=0x3ffe8bfc depc=0x00000000
ctx: cont
sp: 3fff0920 end: 3fff0e00 offset: 01a0
followed by a whole stack dump.
I tried different examples with WiFi.begin to connect, always the same problem.
Changing to board software 2.0.0 same problem.
Any help?