• It is using this code as per the tutorial, hence the two connect() in the error:

        WLAN = require("CC3000").connect();
        WLAN.connect( WLAN_SSID, WLAN_WPA2_KEY, function (s) {
    
About

Avatar for user47955 @user47955 started