Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By pengpeng
#37047 I develop a web wifi config, like this:


I want to make a library to open source . I make the library in /Users/username/Library/Arduino15/packages/esp8266/hardware/esp8266/2.0.0/libraries
but when I compilation , arduino IDE said :
Code: Select allESP8266WiFi.h: No such file or directory
 #include "ESP8266WiFi.h"
                         ^
compilation terminated.


Anyone have some idea for it ?