vshymanskyy / TinyGSM

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

Added ublox method to set technology + other minor improvements #543

Closed FStefanni closed 3 years ago

FStefanni commented 3 years ago

Hi,

this is a minor pr, with these features:

What's missing:

SRGDamia1 commented 3 years ago

You can install with the Arduino CLI from the Arduino library index with arduino-cli lib install TinyGSM which will grab the latest release. But having the file there makes it easier to pull from whatever git SHA/branch etc, so I'm fine with it.

FStefanni commented 3 years ago

Hi,

I am sorry, I did not explained the use case. And yes, you're right, it is required when you want to pull from a url/branch. Thank you for having merged the pr.

Regards.