Skip to content

Commit

Permalink
Update TinyGSM
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 11, 2024
1 parent 4a5c733 commit d12400f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/TinyGSM/src/TinyGsmClientA76xx.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include "TinyGsmTemperature.tpp"
#include "TinyGsmTextToSpeech.tpp"
#include "TinyGsmGPS_EX.tpp"
#include "TinyGsmCalling.tpp"

#define GSM_NL "\r\n"
static const char GSM_OK[] TINY_GSM_PROGMEM = "OK" GSM_NL;
Expand Down Expand Up @@ -61,6 +62,7 @@ class TinyGsmA76xx : public TinyGsmModem<TinyGsmA76xx<modemType>>,
public TinyGsmTemperature<TinyGsmA76xx<modemType>>,
public TinyGsmTextToSpeech<TinyGsmA76xx<modemType>>,
public TinyGsmGSMLocation<TinyGsmA76xx<modemType>>,
public TinyGsmCalling<TinyGsmA76xx<modemType>>,
public TinyGsmGPSEx<TinyGsmA76xx<modemType>> {
friend class TinyGsmModem<TinyGsmA76xx<modemType>>;
friend class TinyGsmGPRS<TinyGsmA76xx<modemType>>;
Expand All @@ -73,6 +75,7 @@ class TinyGsmA76xx : public TinyGsmModem<TinyGsmA76xx<modemType>>,
friend class TinyGsmTemperature<TinyGsmA76xx<modemType>>;
friend class TinyGsmTextToSpeech<TinyGsmA76xx<modemType>>;
friend class TinyGsmGPSEx<TinyGsmA76xx<modemType>>;
friend class TinyGsmCalling<TinyGsmA76xx<modemType>>;
/*
* CRTP Helper
*/
Expand Down

0 comments on commit d12400f

Please sign in to comment.