Skip to content

Commit

Permalink
Merge branch 'georgeman93-bg96ssl-dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
SRGDamia1 committed May 20, 2024
2 parents 369b9e0 + c29132f commit 97ae0a6
Show file tree
Hide file tree
Showing 3 changed files with 192 additions and 1,138 deletions.
13 changes: 4 additions & 9 deletions src/TinyGsmClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,11 @@ typedef TinyGsmSaraR5::GsmClientSecureR5 TinyGsmClientSecure;
typedef TinyGsmM95 TinyGsm;
typedef TinyGsmM95::GsmClientM95 TinyGsmClient;

#elif defined(TINY_GSM_MODEM_BG96)
#elif defined(TINY_GSM_MODEM_BG96) || defined(TINY_GSM_MODEM_BG95SSL)
#include "TinyGsmClientBG96.h"
typedef TinyGsmBG96 TinyGsm;
typedef TinyGsmBG96::GsmClientBG96 TinyGsmClient;
// typedef TinyGsmBG96::GsmClientSecureBG96 TinyGsmClientSecure;

#elif defined(TINY_GSM_MODEM_BG95SSL)
#include "TinyGsmClientBG95SSL.h"
typedef TinyGsmBG95 TinyGsm;
typedef TinyGsmBG95::GsmClientSecureBG95 TinyGsmClientSecure;
typedef TinyGsmBG96 TinyGsm;
typedef TinyGsmBG96::GsmClientBG96 TinyGsmClient;
typedef TinyGsmBG96::GsmClientSecureBG96 TinyGsmClientSecure;

#elif defined(TINY_GSM_MODEM_A6) || defined(TINY_GSM_MODEM_A7)
#include "TinyGsmClientA6.h"
Expand Down
Loading

0 comments on commit 97ae0a6

Please sign in to comment.