We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de1876c + e2b1ba2 commit 894603aCopy full SHA for 894603a
1 file changed
src/HTTPConnection.hpp
@@ -6,7 +6,11 @@
6
7
#include <string>
8
#include <mbedtls/base64.h>
9
+#ifdef ESP32
10
+#include <sha/sha_parallel_engine.h>
11
+#else
12
#include <hwcrypto/sha.h>
13
+#endif
14
#include <functional>
15
16
// Required for sockets
0 commit comments