So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By 42etus
#76863
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> .
User avatar
By cubbieco
#76949 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.