forked from arduino-libraries/MKRNB
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
36 lines (24 loc) · 1.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
MKRNB 0.0.0 - ????.??.??
MKRNB 1.3.1 - 2019.05.17
* Fixed issues with NB::begin(...) failing for SIMs that required a PIN
MKRNB 1.3.0 - 2019.05.15
* Added optional parameters to NB::begin(...) to set the APN to username/password for registration
* Replaced bundled "Amazon Root CA 1" root certificate with "Starfield Services Root Certificate Authority - G2 root CA"
MKRNB 1.2.0 - 2019.03.26
* SerialSARAPassthrough example: Enabled the POW_ON pin in setup()
* Fixed result of NB::getTime()
* Added optional parameter to NB::begin(...) to set the APN to use for registration
* Added MODEM.setBaudRate(...) and MODEM.debug(print) and API's
* Added Amazon Root CA 1
MKRNB 1.1.0 - 2019.03.04
* Removed NB::lowPowerMode() and NB::noLowPowerMode() API's
* Changed begin() and end() to use the power pin to control the module power
* Added SMS send and receive support
* Added NBModem::getICCID() API
MKRNB 1.0.1 - 2019.01.23
* Fixed warning and incorrect enum comparison in NB::shutdown()
* Choose Radio Access Technology sketch: Corrected 5G to 4G
* Fixed NBClient::write for write lengths of > 256
* NBUDP: Changed to use URC for received packets
MKRNB 1.0.0 - 2018.11.28
* Initial release