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

[ESP32] "hwcrypto/sha.h" has been moved #82

Open
kvoit opened this issue May 29, 2022 · 1 comment
Open

[ESP32] "hwcrypto/sha.h" has been moved #82

kvoit opened this issue May 29, 2022 · 1 comment

Comments

@kvoit
Copy link

kvoit commented May 29, 2022

After updating my espressif32 platform in PlatformIO from 3.2 to 4.2,
"hwcrypto/sha.h" cannot be included in Websockets.cpp anymore.

Issue #3245 in esp-idf states that this library has been moved, and changing the include accordingly fixes this issue.

Steps to reproduce the behavior:

  1. Try to use RemoteDebug with espressif32 platform 4.2

Expected behavior
It should work and not throw include errors.

Arduino Information:

  • OS: Ubuntu 22.04
  • IDE VSCode w/ PlatformIO
  • ESP32, espressif 4.2
@kvoit
Copy link
Author

kvoit commented May 29, 2022

Sent pull request #83 to address this.

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

1 participant