You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the Hello_World example with arduino-esp32 2.0.0, compilation fails with the following error:
C:\Users\sunny\Documents\Arduino\libraries\ODROID-GO\src\web\WebSockets.cpp:42:10: fatal error: hwcrypto/sha.h: No such file or directory
#include <hwcrypto/sha.h>
exit status 1
Error compiling for board ODROID ESP32.
This is because arduino-esp32 deleted the hwcrypto/sha.h header file.