We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
Expected behavior It should work and not throw include errors.
Arduino Information:
The text was updated successfully, but these errors were encountered:
Sent pull request #83 to address this.
Sorry, something went wrong.
No branches or pull requests
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:
Expected behavior
It should work and not throw include errors.
Arduino Information:
The text was updated successfully, but these errors were encountered: