Skip to content

Commit 6575098

Browse files
authored
Merge pull request meshtastic#2 from caveman99/patch-1
Use the new SDK for legacy ESP32 too
2 parents b0d945f + 00f4de2 commit 6575098

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/HTTPConnection.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@
66

77
#include <string>
88
#include <mbedtls/base64.h>
9-
#if CONFIG_IDF_TARGET_ESP32S3
109
#include "sha/sha_parallel_engine.h"
11-
#else
12-
#include <hwcrypto/sha.h>
13-
#endif
1410
#include <functional>
1511

1612
// Required for sockets

0 commit comments

Comments
 (0)