vintlabs / fauxmoESP

Add voice control of your ESP32 and ESP8266 devices using Amazon Alexa
MIT License
384 stars 69 forks source link

'WiFiEventHandler' does not name a type #47

Closed pvint closed 5 years ago

pvint commented 6 years ago

Original report by Niclas (Bitbucket: niclaswi, GitHub: niclaswi).


i have the problem, if I want to upload my script this error comes:

#!arduino
In file included from C:\Users\Nicks PC\Documents\Arduino\AlexaRGBController\AlexaRGBController.ino:7:0:

C:\Users\Nicks PC\Documents\Arduino\libraries\xoseperez-fauxmoesp-50cbcf3087fd\src/fauxmoESP.h:106:9: error: 'WiFiEventHandler' does not name a type

         WiFiEventHandler _handler;

         ^
pvint commented 5 years ago

Original comment by Xose Pérez (Bitbucket: [Xose Pérez](https://bitbucket.org/Xose Pérez), ).


This was probably a misconfiguration of the board. Anyway, it no longer applies to v3 since this version does not use wifi callbacks.