vshymanskyy / TinyGSM

A small Arduino library for GSM modules, that just works
GNU Lesser General Public License v3.0
1.91k stars 709 forks source link

Added createClient() methods to Sim7000 and Sim7000SSL (#623) #626

Closed Bascy closed 2 years ago

Bascy commented 2 years ago

Added methods to create TinyGsmClient instances on runtime, whereby the mux is automatically determined, as proposed in issue #623 . Also removes the TinyGsmClient from the sockets[] on destruction

SRGDamia1 commented 2 years ago

I looks like there's a formatting issue that is confusing git and making it look like you re-wrote the entire thing. It's probably different clangformat rules and editor auto-formatting. Could you fix that?

Bascy commented 2 years ago

Recreated PR on master branch