-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Labels
Description
Hi,
I can't seem to get the esp8266 to work with WebSockets library.
here is my platform.ini:
#
# Project Configuration File
#
# A detailed documentation with the EXAMPLES is located here:
# http://docs.platformio.org/en/latest/projectconf.html
#
# A sign `#` at the beginning of the line indicates a comment
# Comment lines are ignored.
# Simple and base environment
# [env:mybaseenv]
# platform = %INSTALLED_PLATFORM_NAME_HERE%
# framework =
# board =
#
# Automatic targets - enable auto-uploading
# targets = upload
[env:esp8266]
platform = espressif
framework = arduino
board = nodemcu
I've installed the WebSockets library with:
platformio lib install 549
and on a:
platformio run
It ends up with a:
fatal error: Hash.h: No such file or directory