-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266WiFi library is giving compilation error. #8000
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Congratulation for the issue number #8000. You have an installation issue. Remove Arduino including the "arduino15" directory and reinstall it. |
@d-a-v Below is the verbose log during compilation. Can you help me with the error?
|
Well that's indeed not an installation error but a user error:
You did not select the right board. There was also You need to s 8000 elect the right board, any of the esp8266 flavor. |
the ESP8266WiFi library is for this esp8266 Arduino boards support package, not for Uno with esp8266 connected. |
I was finding tutorials on internet and I've found this link: http://arduino.esp8266.com/stable/package_esp8266com_index.json |
Can you elaborate how did you move the ESP8266WiFi library? Also, are you using Arduino with ESP8266 ESP01 wifi module? |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am using Arduino Uno with ESP8266 module. While compiling getting below compilation error
Arduino\libraries\ESP8266WiFi\src/ESP8266WiFi.h:28:10: fatal error: wl_definitions.h: No such file or directory
#include <wl_definitions.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Uno.
Below is the code snippet
The text was updated successfully, but these errors were encountered: