Skip to content

Commit 440e7c7

Browse files
committed
Version 1.3.0
1 parent 55b0fed commit 440e7c7

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
MKRGSM ?.?.? - ????.??.??
22

3+
MKRGSM 1.3.0 - 2018.10.22
4+
5+
* Changed GSM to GSM_OFF. Thanks @FrancMunoz
6+
* Added GSM::getLocalTime() API. Thanks @FrancMunoz
7+
* Added socket buffer to improve TCP socket read performance
8+
* Replaced boolean type with bool in examples. Thanks @per1234
9+
* Changed AT command handling to wait at least 20 ms for URC's, after receiving an AT command response before sending a new command. Thanks @FrancMunoz
10+
* Added root SSL certs and enabled SSL cert validation
11+
* Added GSM::setTimeout(...) and GPRS::setTimeout(...) API's
12+
* Added GSM::status() API
13+
314
MKRGSM 1.2.1 - 2018.09.13
415

516
* Fixed GPRS credentials (username and password) not being used by the modem. Now auth type is set to automatic.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MKRGSM
2-
version=1.2.1
2+
version=1.3.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.

0 commit comments

Comments
 (0)