Skip to content
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

Can't build it... #18

Closed
nardev opened this issue Sep 8, 2017 · 3 comments
Closed

Can't build it... #18

nardev opened this issue Sep 8, 2017 · 3 comments

Comments

@nardev
Copy link
Collaborator

nardev commented Sep 8, 2017

I tried to build it, installed all required libs but i got this error.

src/main.cpp:317:14: error: 'class ESP8266WiFiClass' has no member named 'scanNetworksAsync'
WiFi.scanNetworksAsync(printScanResult, true);

Any idea what could be an issue?

p.s. Also after commenting that line:

lib/ESPAsyncWebServer/src/AsyncWebSocket.cpp:40:18: fatal error: Hash.h: No such file or directory
#include <Hash.h>

Any idea???

@omersiar
Copy link
Collaborator

omersiar commented Sep 8, 2017

You need git version of esp8266 arduino core

@rneurink
Copy link

rneurink commented Sep 8, 2017 via email

@nardev nardev closed this as completed Sep 8, 2017
@ersinpw
Copy link

ersinpw commented Sep 9, 2017

Where did you place the git version of the esp8266 Arduino core?

Mine is located here (osx):
/Users/ersin/Library/Arduino15/packages/arduino/hardware/esp8266com/esp8266/
I guess it is the correct path according to the manual:
https://github.com/esp8266/Arduino#using-git-version
but unfortunately I still see the same error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants