Skip to content

v0.12.0

Latest
Compare
Choose a tag to compare
@SRGDamia1 SRGDamia1 released this 28 May 19:19
· 2 commits to master since this release
675b4dd

v0.12.0

Changed

  • Moved bulk of waitResponse function to modem template and gave modems handleURCs fxn
  • Moved option in waitResponse for verbose outputs.
  • setBaud now returns a bool
  • Replace new line consts with defines and renamed to AT_NL
  • Renamed all RegStatus enums to be unique
  • Replaced NULL with nullptr and replaced c-style casts.
  • Moved setCertificates function and the certificate name matrix to the SSL template.
  • Changed inputs for (unimplemented) SSL certificate functions.
  • All modems will now return the pre-defined manufacturer and model in the name if the function to get the internal name fails.
  • Cleaned up code for getting modem names.
  • Made battery return types signed.

Added

  • Added support for SSL for the Quentcel BG95 and BG96 from Aurelien BOUIN and George O'Connor
  • Added support for UBLOX SARA-R5 from Sebastian Bergner
  • Added support for SIMCOM A7672X from Giovanni de Rosso Unruh
  • Added SIM5320 GPS location from Bengarman
  • Added functions getModemSerialNumber, getModemModel, and getModemRevision.
  • Added deep debugging option
  • Added documentation to the FIFO class

Removed

  • Removed non-functional factory reset from SIM70xx series

Fixed

  • Removed extra wait on SIM7000 from Mikael Fredriksson
  • Fix status returns on ESP8266/ESP32 AT commands
  • Fix length of HEX for Sequans Monarch
  • Fix SIM7600 password then user when cid is set from github0013
  • Fix cardinal points in location by gps for SIM7600 from Juxn3
  • Fix NTP server sync for SIM70xx models from Gonzalo Brusco
  • Fixed SIM70xx inheritance