We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d4714 commit ab086dcCopy full SHA for ab086dc
src/HTTPConnection.hpp
@@ -8,7 +8,7 @@
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>
+//#include <esp32/sha.h> // Deprecated
12
13
#include <functional>
14
0 commit comments