vintlabs / fauxmoESP

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

Can't get v3.0.2 to run the example sketch... #64

Closed pvint closed 5 years ago

pvint commented 5 years ago

Original report by Duncan Amos (Bitbucket: duncan_a, ).


I fully admit that I have no real idea what I'm doing but, having added my WiFi credentials to a saved and renamed copy of fauxmoESP_Basic.ino, it refuses to compile. All I get is an error: 'class fauxmoESP' has no member named 'onSetState'. No other changes were made.

Setup is Arduino 1.8.1, ESP version 2.4.0-rc1, Windows 10 (on a very slow laptop).

Both ESPAsyncTCP and AsyncTCP are installed.

What am I doing wrong, or not doing?

pvint commented 5 years ago

Original comment by Duncan Amos (Bitbucket: duncan_a, ).


It was my error - there was an earlier Fauxmo library in another location...

This issue can be closed

pvint commented 5 years ago

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


Thanks