-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Websockets for Arduino ESP8266 throws errors #534
Comments
Hi @kristsm |
Hi, valeros! Thanks for the help! Your instructions healed compiling problem. Still Websockets are not working, but it might also be related to my code. |
@kristsm please provide project to reproduce this issue |
Hi! No worries, I checked the websocket part of the code and everything is working fine ! |
@kristsm please https://twitter.com/platformio_org/status/704304862998224896 and report us. |
Please reopen this issue if you still have problems |
I installed websockets library but even then compiler throws following errors:
scons: *** [.pioenvs\esp12e\WebSockets_ID549\WebSockets.o] Error 1
.pioenvs\esp12e\WebSockets_ID549\WebSocketsClient.cpp: In member function 'void WebSocketsClient::begin(const char_, uint16_t, const char_, const char_)':
.pioenvs\esp12e\WebSockets_ID549\WebSocketsClient.cpp:67:16: error: 'RANDOM_REG32' was not declared in this scope
randomSeed(RANDOM_REG32);
^
scons: *_* [.pioenvs\esp12e\WebSockets_ID549\WebSocketsClient.o] Error 1
[ ERROR ] Took 13.12 seconds
It seems ESP8266 core files are not up to date. Can I solve this myself like - updating Platformio ESP8266 arduino framework with latest official ESP8266 Arduino github repository?
Thanks!
The text was updated successfully, but these errors were encountered: