Skip to content

Commit

Permalink
update SSLCLient path
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 14, 2024
1 parent e418bce commit 51ce5ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Arduino.h>
#include "SSLClient.h"
#include <SSLClient.h>
#include <HttpClient.h>
#include "ca_cert.h"
#include <Wire.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Arduino.h>
#include "SSLClient.h"
#include <SSLClient.h>
#include <HttpClient.h>
#include <Wire.h>
#include <PubSubClient.h>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <Arduino.h>
#include "SSLClient.h"
#include <SSLClient.h>
#include <Wire.h>

#define MODEM_UART_BAUD 9600
Expand Down

0 comments on commit 51ce5ad

Please sign in to comment.