Skip to content

Commit 91a417f

Browse files
authored
Patch 2 + Update Header for IDF v4.4
1 parent 9e92377 commit 91a417f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/HTTPConnection.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
#include <string>
88
#include <mbedtls/base64.h>
99
//#include <hwcrypto/sha.h>
10-
//#include <sha/sha_parallel_engine.h> // For use with IDF4.4
11-
#include <esp32/sha.h> // Deprecated
10+
#include <sha/sha_parallel_engine.h> // For use with IDF4.4
11+
//#include <esp32/sha.h> // Deprecated
1212

1313
#include <functional>
1414

0 commit comments

Comments
 (0)