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
141141* Add Mqtt.end() in MQTT examples to prevent the broker waiting after running the example
142142
143143## 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 33 * experience
44 */
55
6- #define SANDBOX_VERSION " 1.3.3 "
6+ #define SANDBOX_VERSION " 1.3.4 "
77
88#include < ArduinoJson.h>
99#include < ecc608.h>
Original file line number Diff line number Diff line change 11name =AVR-IoT-Cellular
2- version =1.3.3
2+ version =1.3.4
33author =Microchip Technology Inc. <simen.gangstad@microchip.com>
44maintainer =Microchip Technology Inc. <simen.gangstad@microchip.com>
55sentence =Library for the AVR-IoT Cellular Mini Board
You can’t perform that action at this time.
0 commit comments