8000 Modified HTTPConnection.hpp · Da5corp/esp32_https_server@be9ac23 · GitHub
[go: up one dir, main page]

Skip to content

Commit be9ac23

Browse files
committed
Modified HTTPConnection.hpp
1 parent de1876c commit be9ac23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/HTTPConnection.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66

77
#include <string>
88
#include <mbedtls/base64.h>
9-
#include <hwcrypto/sha.h>
9+
//#include <hwcrypto/sha.h>
10+
#include <esp32/sha.h>
1011
#include <functional>
1112

1213
// Required for sockets

0 commit comments

Comments
 (0)
0