morrissinger / ESP8266-Websocket

A websocket library for the ESP-8266.
305 stars 119 forks source link

ESP8266WiFi.h: No such file or directory compilation terminated. #11

Closed deepikavira closed 8 years ago

deepikavira commented 8 years ago

Hi I am facing this error. Can someone tell me where to get the ESP8266WiFi.h file from. I don't see it in my libraries folder.

lizard43 commented 8 years ago

Have you installed the esp8266 board package into Arduino IDE?

https://github.com/esp8266/Arduino/blob/master/README.md

deepikavira commented 8 years ago

I actually didn't install the esp8266 board package. Now I have it installed and the problem is solved. Thanks.