vintlabs / fauxmoESP

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

Error including library fauxmoESP.h #181

Closed WirelessMind closed 2 years ago

WirelessMind commented 3 years ago

Hello! I'm importing the library in an already existing sketch, but I get numerous errors in importing different libraries concerning wifi:

`Compiling .pio\build\esp12e\lib354\WiFi\WiFi.cpp.o In file included from C:\users\microchip.platformio\packages\framework-arduinoespressif8266\libraries\WiFi\src\ETH.h:24:0, from C:\users\microchip.platformio\packages\framework-arduinoespressif8266\libraries\WiFi\src\ETH.cpp:21: C:\users\microchip.platformio\packages\framework-arduinoespressif8266\libraries\WiFi\src\WiFi.h:29:25: fatal error: IPv6Address.h: No such file or directory




How should I do?

pvint commented 3 years ago

I don't use platformio, so I'm not sure how you do it, but it looks like doing a "make clean" might fix this.

WirelessMind commented 3 years ago

I done "clean", but it doesn't work :(

[OT] However, as I understand it, it is only for lights / switches. I can't ask Alexa anything else, for example the temperature detected by the sensor connected to the esp, right?

pvint commented 3 years ago

Unfortunately, that's correct. I hope we can find a way to do things like getting temperature, but that's a long time in the future likely.

WirelessMind commented 3 years ago

ok, thanks!