Releases: Atnic/GSM-library
Releases · Atnic/GSM-library
Alpha v0.7.1
Update
- Not break if no SSL option
Alpha v0.7.0
Update
- Add SIMCOM Class
- Add Program Set Own Number
- Bug Fix
Alpha v0.6.7
Update from last relase:
- Unprint unnecessary URC Response
- Immediately get message response to avoid buffer overflow
Alpha v0.6.6
Fix capturing location code.
Alpha v0.6.5
Fix:
- Time is not captured in GSMLOC. Thanks to @GusZandy
- Optimize detecting OK
Alpha v0.6.3
Optimize sending SMS, remove unused buffer, and print the message that is going to be sent. (Not printed when echo is false).
Thanks to @GusZandy
Alpha v0.6.0
The feature so far:
- Software FlowControl by defaults
- SoftwareSerial baudrate use up to 19200
- Accomodate GSM Location using triangulation function (you must update SIM900 firmware first)
- Accurately Capturing URC, and get info from it
- Accessing https and http are supported. (Automatically execute AT+HTTPSSL) (update SIM900 firmware first)
- Support PROGMEM parameters to all method to optimize memory.
Alpha v0.5.6
Now support PROGMEM string for memory optimization! Yeay! 🎉
Alpha v0.5.5
Refactoring Code and Bug Fixing 0.5.5-alpha
Alpha v0.5.4
Fixing PlatformIO Library Manager Installation