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 6adb3e2 commit 8b7afe9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/TinyGSM/src/TinyGsmClientSIM7672.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ class TinyGsmSim7672 : public TinyGsmModem<TinyGsmSim7672>,
public TinyGsmTemperature<TinyGsmSim7672>,
public TinyGsmCalling<TinyGsmSim7672>,
public TinyGsmMqttA76xx<TinyGsmSim7672, TINY_GSM_MQTT_CLI_COUNT>,
public TinyGsmGPSEx<TinyGsmSim7672>
public TinyGsmGPSEx<TinyGsmSim7672>,
public TinyGsmHttpsA76xx<TinyGsmSim7672>
{
friend class TinyGsmModem<TinyGsmSim7672>;
friend class TinyGsmGPRS<TinyGsmSim7672>;
Expand Down

0 comments on commit 8b7afe9

Please sign in to comment.