You are reading a single comment by @parasquid and its replies.
Click here to read the full conversation.
-
You might need to show us the rest of your code.
this
is a tricky problem in javascript so it's best to get the complete picture.If I'm to hazard a guess,
this.at.cmd
meansthis.at
contains the object that is the wifi library, which you then call thecmd
function of. So that means you'll need to replacethis.at
withWifi.at
Hi Robin 🙂.
Thanks for your suggestion! Sorry, I don't see what information I'm supposed to be getting from https://github.com/espruino/Espruino/bloÂb/master/libs/network/jswrap_wifi.c#L207 😥. How does this provide me with the source code of the wifi-module 🙂?
About post #19: yes, indianaJones ends up suggesting some code based on #19, in post #23, and this is the code I'm trying to use.
http://forum.espruino.com/comments/14957853/