Skip to content

Commit

Permalink
Use the new SDK for legacy ESP32 too
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Sep 9, 2022
1 parent b0d945f commit 00f4de2
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 00f4de2

Please sign in to comment.