OK, not sure how to output the contents of WLAN to see what it is the second time.
If I do console.log("" + WLAN);
I get [object Object]
And get the same the second time when it fails.
@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.
OK, not sure how to output the contents of WLAN to see what it is the second time.
If I do console.log("" + WLAN);
I get [object Object]
And get the same the second time when it fails.