Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-05-28 | 1.9 kB | |
v0.12.0 source code.tar.gz | 2024-05-28 | 127.5 kB | |
v0.12.0 source code.zip | 2024-05-28 | 212.1 kB | |
Totals: 3 Items | 341.4 kB | 3 |
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
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
- 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
- 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