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.
When compiling the Hello_World example with arduino-esp32 2.0.0, compilation fails with the following error:
This is because arduino-esp32 deleted the
hwcrypto/sha.hheader file.