Problem with the ESP8266 Library?

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
dfwjr1973
 
Posts: 2
Joined: Tue Sep 19, 2017 9:20 am

Problem with the ESP8266 Library?

Post by dfwjr1973 »

I am currently trying to execute the project with parts purchased from Adafruit:

https://learn.adafruit.com/easy-alexa-o ... h/overview

The base code for the ESP8266 works fine:

connecting to wifitest.adafruit.com
Requesting URL: /testwifi/index.html
HTTP/1.1 200 OK
Server: nginx/1.10.0 (Ubuntu)
Date: Tue, 31 Oct 2017 17:44:54 GMT
Content-Type: text/html
Content-Length: 73
Last-Modified: Thu, 16 Feb 2017 17:42:29 GMT
Connection: close
ETag: "58a5e485-49"
Accept-Ranges: bytes

This is a test of the CC3000 module!
If you can read this, its working :)
closing connection

But, when I try the code for the Alexa using the fauxmo libraries, I get the following error:

\Documents\Arduino\libraries\xoseperez_fauxmoesp_54c90baec1fb\src/fauxmoESP.h:113:9: error: 'WiFiEventHandler' does not name a type

WiFiEventHandler _handler;

^

Any ideas? I am an oldie just getting back into programming again so my knowledge of git and other current tools is very very low... I also posted this last week in the wireless forum but there was no feedback and little traffic...

Thanks!
Don

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”