esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
16.07k stars 13.33k forks source link

esp8266wifi compilation error #8517

Closed Manojj1603 closed 2 years ago

Manojj1603 commented 2 years ago

Arduino: 1.8.19 (Windows 10), Board: "Arduino Yún"

Code_ESP01_SinricPro_4Relay:26:10: fatal error: ESP8266Wifi.h: No such file or directory

include

      ^~~~~~~~~~~~~~~

compilation terminated.

exit status 1

ESP8266Wifi.h: No such file or directory

This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences.

mcspr commented 2 years ago

https://github.com/esp8266/Arduino/blob/3.0.2/libraries/ESP8266WiFi/src/ESP8266WiFi.h

Unless you are using case-insensitive filesystem, F should be upper case #include <ESP8266WiFi.h>

edit: And it is not 'ESP8266', I'd expect issue to be resolved when actually using our boards

Board: "Arduino Yún"

Manojj1603 commented 2 years ago

Thanks for your solution I'll try

On Mon, 21 Mar, 2022, 23:23 Max Prokhorov, @.***> wrote:

Closed #8517 https://github.com/esp8266/Arduino/issues/8517.

— Reply to this email directly, view it on GitHub https://github.com/esp8266/Arduino/issues/8517#event-6277701538, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYKSERN773SVOAHMOEANI2LVBCZRTANCNFSM5RICHK5Q . You are receiving this because you authored the thread.Message ID: @.***>

Manojj1603 commented 2 years ago

The error is not rectified sir

On Mon, 21 Mar, 2022, 23:23 Max Prokhorov, @.***> wrote:

Closed #8517 https://github.com/esp8266/Arduino/issues/8517.

— Reply to this email directly, view it on GitHub https://github.com/esp8266/Arduino/issues/8517#event-6277701538, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYKSERN773SVOAHMOEANI2LVBCZRTANCNFSM5RICHK5Q . You are receiving this because you authored the thread.Message ID: @.***>

d-a-v commented 2 years ago

Arduino: 1.8.19 (Windows 10), Board: "Arduino Yún"

Did you select the right board ?