Skip to content

Commit

Permalink
test remove algorithm and string from ssl__client.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 15, 2024
1 parent 95061dd commit cbc8d3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Base example: https://github.com/Xinyuan-LilyGO/LilyGO-T-ETH-POE/blob/master/example/eth/eth.ino
*
**************************************************************/
#include "compat.h"
#if ESP_ARDUINO_VERSION < ESP_ARDUINO_VERSION_VAL(3,0,0)
#include <ETHClass2.h> //Is to use the modified ETHClass
#define ETH ETH2
Expand Down
5 changes: 0 additions & 5 deletions src/ssl__client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,9 @@
*/

#include "Arduino.h"
#include <algorithm>
#include <string>
#include "ssl__client.h"
#include "certBundle.h"

//#define ARDUHAL_LOG_LEVEL 5
//#include <esp32-hal-log.h>

#if !defined(MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED)
# error "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
#endif
Expand Down

0 comments on commit cbc8d3c

Please sign in to comment.