Hi,
Has anyone managed to connect with a mkr101?
I see that the ESP8266 offer the possibility to do so;
WiFi.begin(ssid,password,channel,bssid,connect);
//BSSID is char byte bssid[] = {0x05 , 0x05, 0x05, 0x05, 0x05};
//channel is wifi channel
//connect is true
Can't get this to work with the MKR101 library
cheers