-->
Page 2 of 2

Re: Confused by ESP8266WiFi.h

PostPosted: Wed Jul 04, 2018 3:26 pm
by 42etus
rudy wrote:Have a look at what is in ESP8266WiFi.h

https://github.com/esp8266/Arduino/blob ... 8266WiFi.h

Mostly includes.


Yes, I see that. What I don't understand is why I get a dozen includes showing in my code when I click to include the ESP8266WiFi library and others only get the one, that is, <ESP8266WiFi.h> .

Re: Confused by ESP8266WiFi.h

PostPosted: Sun Jul 08, 2018 9:26 pm
by cubbieco
You don't have to use the sketch / include in library menu item. The menu does add all of those but if all you want is the <ESP8266WiFi.h> included you can just type it in the top instead of using the Arduino include menu.

Re: Confused by ESP8266WiFi.h

PostPosted: Mon Jul 09, 2018 4:46 pm
by 42etus
Don't know why I didn't think of that (Slapping forehead with palm of hand)