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 348d430 commit 6192909Copy full SHA for 6192909
CHANGELOG.md
@@ -1,6 +1,19 @@
1
+# 1.3.11
2
+
3
+## Features
4
5
+* NB-IoT support: Option to switch from LTE-M to NB-IoT in the provision sketch (and vice versa)
6
+* The library now includes a SMS example sketch for sending SMS
7
8
9
+## Bugfixes
10
11
+* Use `AT+SQNSHDN` during SequansController.end() to shutdown the modem faster and not preventing power down sleep mode
12
13
14
# 1.3.10
15
-## Chages
16
+## Changes
17
* Use `JsonDocument` instead of the deprecated `StaticJsonDocument` from ArduinoJson in `sandbox.ino` and `plant_monitoring.ino`
18
* Correct some compiler warnings and typos
19
0 commit comments