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) {
@user47955 started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
It is using this code as per the tutorial, hence the two connect() in the error: