Skip to content

Commit

Permalink
Merge remote-tracking branch 'hardstuff-7600-ssl/master' into uniq-si…
Browse files Browse the repository at this point in the history
…m7672

Merging in SIM76xx SSL support from https://github.com/Hard-Stuff/TinyGSM/
See vshymanskyy#767
  • Loading branch information
BenMemescape committed Apr 13, 2024
2 parents ba1d14b + 6fe20fa commit 7e76eb9
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 93 deletions.
1 change: 1 addition & 0 deletions src/TinyGsmClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ typedef TinyGsmSim5360::GsmClientSim5360 TinyGsmClient;
#include "TinyGsmClientSIM7600.h"
typedef TinyGsmSim7600 TinyGsm;
typedef TinyGsmSim7600::GsmClientSim7600 TinyGsmClient;
typedef TinyGsmSim7600::GsmClientSecureSim7600 TinyGsmClientSecure;

#elif defined(TINY_GSM_MODEM_UBLOX)
#include "TinyGsmClientUBLOX.h"
Expand Down
Loading

0 comments on commit 7e76eb9

Please sign in to comment.