We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13f66c commit c5d4714Copy full SHA for c5d4714
src/HTTPConnection.hpp
@@ -7,6 +7,7 @@
7
#include <string>
8
#include <mbedtls/base64.h>
9
//#include <hwcrypto/sha.h>
10
+#include <sha/sha_parallel_engine.h> // For use with IDF4.4
11
#include <esp32/sha.h>
12
13
#include <functional>
0 commit comments