Skip to content

fatal error: Hash.h: No such file or directory #1852

@vitaminwater

Description

@vitaminwater

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions