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

Used latest WebSocket library and got error compiling. #3

Open
Fireflaker opened this issue Apr 17, 2017 · 2 comments
Open

Used latest WebSocket library and got error compiling. #3

Fireflaker opened this issue Apr 17, 2017 · 2 comments

Comments

@Fireflaker
Copy link

This is what it says...

C:\Users\win7\Documents\Arduino\libraries\WebSockets\src\WebSocketsClient.cpp: In member function 'void WebSocketsClient::begin(const char*, uint16_t, const char*, const char*)':

C:\Users\win7\Documents\Arduino\libraries\WebSockets\src\WebSocketsClient.cpp:65:16: error: 'RANDOM_REG32' was not declared in this scope

 randomSeed(RANDOM_REG32);
@amiravni
Copy link
Owner

Hi
Once again - This is my code without the websocket library. This is where you download the library from (link from my blog post)
https://github.com/Links2004/arduinoWebSockets

If it is still gives the same error after merging this library with the rest of the project - post on their Github page

@Fireflaker
Copy link
Author

Thank you very much.
Problem solved.
I did not install the right version for ESP8266 core development compiler.

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

2 participants