Problems with ESP8266 driver #4716
Unanswered
espruino-discuss3
asked this question in
General
Replies: 1 comment
-
Posted at 2015-05-26 by @gfwilliams I don't think you're using the function correctly. As the ESP8266 driver is asynchronous it calls the function you give it (and I guess you're not giving it a function as an argument). You should be doing something like:
But something like:
will fail - Posted at 2015-05-26 by cool_acid Duh, that make sense. Thank you, Gordon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-05-26 by cool_acid
I got my ESP8266 working correctly. I'm able to send requests and create servers, but when I try to get the ESP's IP (using the getIP method) this is what I get. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions