Skip to content

Commit 9384397

Browse files
Rocketctsandeepmistry
authored andcommitted
Version 1.3.1
1 parent d88881d commit 9384397

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

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

3+
MKRGSM 1.3.1 - 2018.11.12
4+
5+
* Changed where required, in MKRGSM's examples, the server's URL arduino.cc\80 in example.org\80, because http://arduino.cc will be no longer available
6+
* Updated src/GSMClient.cpp in order to support asynchronous use of MKRGSM's library, moved the state assignement in the first line of stop() API. Thanks @Nels52
7+
* Added GSM status check in GSM::shutdown() to fix socket close errors generation by consecutive shutdown API's calling
8+
39
MKRGSM 1.3.0 - 2018.10.22
410

511
* Changed GSM to GSM_OFF. Thanks @FrancMunoz

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.3.0
2+
version=1.3.1
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.

0 commit comments

Comments
 (0)