File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -141,4 +141,20 @@ Internal build
141
141
* Add Mqtt.end() in MQTT examples to prevent the broker waiting after running the example
142
142
143
143
## Bugfix
144
- * Fix a bug where Sequans.waitForURC would return true even when the URC was not received
144
+ * Fix a bug where Sequans.waitForURC would return true even when the URC was not received
145
+
146
+
147
+ # 1.3.4
148
+
149
+ ## Features
150
+ * Add a custom provisioning sketch for MQTT(S) and HTTP(S)
151
+ * Reduce power consumption in low power from ~ 300uA to ~ 70uA
152
+ * Add examples sketches for serial, GPIO and robust MQTT with connection loss
153
+
154
+ ## Changes
155
+ * Improved MQTT URC handling
156
+ * Introduce an adjustable timout for Lte.begin()
157
+
158
+ ## Bugfix
159
+ * Fix a bug where the reset pin was floating in the sandbox application
160
+ * Fix a bug where reading the response in the SequansController would wrongly return an buffer overflow
Original file line number Diff line number Diff line change 3
3
* experience
4
4
*/
5
5
6
- #define SANDBOX_VERSION " 1.3.3 "
6
+ #define SANDBOX_VERSION " 1.3.4 "
7
7
8
8
#include < ArduinoJson.h>
9
9
#include < ecc608.h>
Original file line number Diff line number Diff line change 1
1
name =AVR-IoT-Cellular
2
- version =1.3.3
2
+ version =1.3.4
3
3
author =Microchip Technology Inc. <simen.gangstad@microchip.com>
4
4
maintainer =Microchip Technology Inc. <simen.gangstad@microchip.com>
5
5
sentence =Library for the AVR-IoT Cellular Mini Board
You can’t perform that action at this time.
0 commit comments