-->
Page 2 of 2

Re: Updating ESP8266WiFi library

PostPosted: Tue Dec 12, 2017 3:56 am
by pmilne
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!