Skip to content

Commit

Permalink
Merge pull request #2 from caveman99/patch-1
Browse files Browse the repository at this point in the history
Use the new SDK for legacy ESP32 too
  • Loading branch information
thebentern authored Oct 1, 2022
2 parents b0d945f + 00f4de2 commit 6575098
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/HTTPConnection.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@

#include <string>
#include <mbedtls/base64.h>
#if CONFIG_IDF_TARGET_ESP32S3
#include "sha/sha_parallel_engine.h"
#else
#include <hwcrypto/sha.h>
#endif
#include <functional>

// Required for sockets
Expand Down

0 comments on commit 6575098

Please sign in to comment.