esp32_https_server
esp32_https_server copied to clipboard
hwcrypto/sha.h deprecated in latest esp idf framework (v4.3)
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>
+1
Did anybody do the update? @fhessel
I made the change in the HTTPConnection.hpp file and the warning went away for me. I had other issues but that particular change got rid of the warning
Hi,
I have proposed a small pr.
Regards.