-
Notifications
You must be signed in to change notification settings - Fork 554
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
warning sha.h is deprecated, use sha_parallel_engine.h #738
Labels
Comments
From esp32 core
To suppress the warning, just replace arduinoWebSockets/src/WebSockets.cpp Lines 44 to 48 in 28ed615
with
Check PR #739 |
khoih-prog
added a commit
to khoih-prog/WebSockets_Generic
that referenced
this issue
Feb 18, 2022
### Release v2.14.0 1. Suppress unnecessary warnings. 2. Don't use `deprecated sha.h` for ESP32 core v1.0.6+. Check [warning sha.h is deprecated, use sha_parallel_engine.h #738](Links2004/arduinoWebSockets#738) 3. Optimize code by passing by `reference` instead of `value` 4. Modify nearly all examples 5. Update `Packages' Patches`
khoih-prog
added a commit
to khoih-prog/WebSockets_Generic
that referenced
this issue
Feb 18, 2022
### Release v2.14.0 1. Suppress unnecessary warnings. 2. Don't use `deprecated sha.h` for ESP32 core v1.0.6+. Check [warning sha.h is deprecated, use sha_parallel_engine.h #738](Links2004/arduinoWebSockets#738) 3. Optimize code by passing by `reference` instead of `value` 4. Modify nearly all examples 5. Update `Packages' Patches`
khoih-prog
added a commit
to khoih-prog/WebSockets_Generic
that referenced
this issue
Feb 18, 2022
### Release v2.14.0 1. Suppress unnecessary warnings. 2. Don't use `deprecated sha.h` for ESP32 core v1.0.6+. Check [warning sha.h is deprecated, use sha_parallel_engine.h #738](Links2004/arduinoWebSockets#738) 3. Optimize code by passing by `reference` instead of `value` 4. Modify nearly all examples 5. Update `Packages' Patches`
khoih-prog
added a commit
to khoih-prog/WebSockets_Generic
that referenced
this issue
Feb 18, 2022
### Release v2.14.0 1. Suppress unnecessary warnings. 2. Don't use `deprecated sha.h` for ESP32 core v1.0.6+. Check [warning sha.h is deprecated, use sha_parallel_engine.h #738](Links2004/arduinoWebSockets#738) 3. Optimize code by passing by `reference` instead of `value` 4. Modify nearly all examples 5. Update `Packages' Patches`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Getting this compile warning with core 2.0.2. I don't even know where to start to resolve it...
The text was updated successfully, but these errors were encountered: