Skip to content

Commit 21c3056

Browse files
authored
Fix for arduino/platformio compiler
Update HTTPConnection.hpp
1 parent de1876c commit 21c3056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/HTTPConnection.hpp

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

77
#include <string>
88
#include <mbedtls/base64.h>
9-
#include <hwcrypto/sha.h>
9+
#include <esp32/sha.h>
1010
#include <functional>
1111

1212
// Required for sockets

0 commit comments

Comments
 (0)