Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By pmilne
#72466 I couldn't run the example sketches included with the IDE that use ESP8266WiFi lib. There were no compile errors or warnings.
Change the include statement from
#include "ESP8266WiFi.h"
to
#include <ESP8266WiFi.h>
So the compiler can find the library path - then it works!