We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Using the latest esp idf framework (v4.3) esp32_https_server wont compile since the compiler cannot find hwcrypto/sha.h
I suggest replacing #include <hwcrypto/sha.h> with #include <sha/sha_parallel_engine.h>