Skip to content

v0.3.1

Compare
Choose a tag to compare
@vshymanskyy vshymanskyy released this 12 Sep 11:06
· 1001 commits to master since this release

If you like TinyGSM - give it a star, or fork it and contribute! GitHub stars GitHub forks
You can also join our chat: Gitter

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 of SerialAT.bagin(baud))
    • sendAT(...) and waitResponce(...) 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

Enjoy 😉
@vshymanskyy