v0.3.1
If you like TinyGSM - give it a star, or fork it and contribute!
You can also join our chat:
In this release
- New features (see full feature table):
- HTTPS support for SIM8xx series
- GPS support for SIM808/SIM868
- Dial numbers, Hang up support for A6/A7/SIMxxx series
- Decode 7,8,16-bit USSD payload for all modems
modem.sendUSSD()
modem.localIP()
modem.getModemInfo()
modem.poweroff()
TinyGsmAutoBaud(SerialAT)
(can be used instead ofSerialAT.bagin(baud)
)sendAT(...)
andwaitResponce(...)
are public now (use these to call AT commands manually)
- Lots of bugfixes
- [A6] Fix
connect()
returning false positive result - Fixed URC handling in some cases
- Fix diagnostics for some modem types
- [A6] Fix
Enjoy 😉
@vshymanskyy