Skip to content

Commit 76157cb

Browse files
committed
Version 1.2.0
1 parent 47e7c1d commit 76157cb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

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

3+
MKRGSM 1.2.0 - 2018.07.23
4+
5+
* Added MODEM.noDebug() API to disable debug output
6+
* GSM::isAccessAlive() now checks if network is registered
7+
* Added timeout to ping operations
8+
* Added GPRS::status() API to retrieve the current GPRS status
9+
* Fixed GSMClient::write(uint8_t c)
10+
311
MKRGSM 1.1.2 - 2018.02.20
412

513
* Improved stability of low power mode

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.1.2
2+
version=1.2.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)