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.
1 parent ab086dc commit 402894eCopy full SHA for 402894e
src/HTTPConnection.hpp
@@ -7,8 +7,8 @@
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> // Deprecated
+//#include <sha/sha_parallel_engine.h> // For use with IDF4.4
+#include <esp32/sha.h> // Deprecated
12
13
#include <functional>
14
0 commit comments