From 51ce5adeb60328c37a9ec9c3703a6754a1cca693 Mon Sep 17 00:00:00 2001 From: RobertByrnes <robbyrnes@hotmail.co.uk> Date: Sun, 14 Jul 2024 20:56:09 +0100 Subject: [PATCH] update SSLCLient path --- .../t-call-esp32-sim800l-alpn-protos/src/main.cpp | 2 +- examples/Esp32-platformIO/t-call-esp32-sim800l-aws/src/main.cpp | 2 +- .../t-call-esp32-sim800l-cert-bundle/src/main.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp b/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp index c445405..c456ec3 100644 --- a/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp +++ b/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp @@ -1,5 +1,5 @@ #include <Arduino.h> -#include "SSLClient.h" +#include <SSLClient.h> #include <HttpClient.h> #include "ca_cert.h" #include <Wire.h> diff --git a/examples/Esp32-platformIO/t-call-esp32-sim800l-aws/src/main.cpp b/examples/Esp32-platformIO/t-call-esp32-sim800l-aws/src/main.cpp index 821aac3..3bbfb5a 100644 --- a/examples/Esp32-platformIO/t-call-esp32-sim800l-aws/src/main.cpp +++ b/examples/Esp32-platformIO/t-call-esp32-sim800l-aws/src/main.cpp @@ -1,5 +1,5 @@ #include <Arduino.h> -#include "SSLClient.h" +#include <SSLClient.h> #include <HttpClient.h> #include <Wire.h> #include <PubSubClient.h> diff --git a/examples/Esp32-platformIO/t-call-esp32-sim800l-cert-bundle/src/main.cpp b/examples/Esp32-platformIO/t-call-esp32-sim800l-cert-bundle/src/main.cpp index 4d45e94..91553f6 100644 --- a/examples/Esp32-platformIO/t-call-esp32-sim800l-cert-bundle/src/main.cpp +++ b/examples/Esp32-platformIO/t-call-esp32-sim800l-cert-bundle/src/main.cpp @@ -1,5 +1,5 @@ #include <Arduino.h> -#include "SSLClient.h" +#include <SSLClient.h> #include <Wire.h> #define MODEM_UART_BAUD 9600