Skip to content

SHA resource no longer correct for ESP32 #87

Description

@TheMadTexan42

Can no longer build on ESP32 due to a change in the ESP32 SHA libraries.

hwcrypto/sha.h no longer exists.

The workaround seems to be to replace
#include <hwcrypto/sha.h>
in
\WebSockets.cpp (line42)
by
#include <esp32/sha.h>

(see espressif/esp-idf#3245)

However this is a recent change so ultimately it depends on the toolchain version you have in place for the ESP

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions