WiFi.begin(ssid, password);
This line works perfectly with Arduino IDE 1.6.1 that I downloaded from the esp8266/Arduino GitHub release. However, when I try the exact same line using Arduino IDE 1.6.3 downloaded from Arduino.cc, along with version 0.0.4 of sandeepmistry/esp8266-Arduino, it refuses to connect. Instead, I get a bunch of what looks like logging information from that single call:
sl
scandone
usl
sul 7 0
Status: 6reconnect
rm match
pm close 7 0 0/14711153
scandone
add 0
aid 5
pm open phy_2,type:2 0 0
connected with socha, channel 1
dhcp client start...
cnt
Please, can someone tell me what's going on here? I'd really like to use Visual Micro, and I'm not able to get Visual Micro to work with IDE 1.6.1.
Thanks,
-- John