All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and its stricter, better defined, brother Common Changelog, and this project adheres to Semantic Versioning.
- 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
withnullptr
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 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
, andgetModemRevision
. - Added deep debugging option
- Added documentation to the FIFO class
- Removed non-functional factory reset from SIM70xx series
- 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