Skip to content

Commit

Permalink
Merge pull request #48 from giovannirosso/master
Browse files Browse the repository at this point in the history
Support for A7672X
  • Loading branch information
SRGDamia1 authored May 20, 2024
2 parents c8c5dd2 + 72e5190 commit 752372d
Show file tree
Hide file tree
Showing 3 changed files with 860 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/TinyGsmClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ typedef TinyGsmSequansMonarch::GsmClientSequansMonarch TinyGsmClient;
typedef TinyGsmSequansMonarch::GsmClientSecureSequansMonarch
TinyGsmClientSecure;

#elif defined(TINY_GSM_MODEM_A7672X)
#include "TinyGsmClientA7672X.h"
typedef TinyGsmA7672X TinyGsm;
typedef TinyGsmA7672X::GsmClientA7672X TinyGsmClient;
typedef TinyGsmA7672X::GsmClientSecureA7672X TinyGsmClientSecure;

#else
#error "Please define GSM modem model"
#endif
Expand Down
Loading

0 comments on commit 752372d

Please sign in to comment.