We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47e7c1d commit 76157cbCopy full SHA for 76157cb
CHANGELOG
@@ -1,5 +1,13 @@
1
MKRGSM ?.?.? - ????.??.??
2
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
11
MKRGSM 1.1.2 - 2018.02.20
12
13
* Improved stability of low power mode
library.properties
@@ -1,5 +1,5 @@
name=MKRGSM
-version=1.1.2
+version=1.2.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables GSM/GRPS network connection using the Arduino MKR GSM 1400 board.
0 commit comments