Skip to content

Commit f6edbda

Browse files
committed
MCU8MASS-1291 MCU8MASS-1292 Update changelog and bump version
1 parent 133be1a commit f6edbda

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff 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

examples/sandbox/sandbox.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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>

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=AVR-IoT-Cellular
2-
version=1.3.3
2+
version=1.3.4
33
author=Microchip Technology Inc. <simen.gangstad@microchip.com>
44
maintainer=Microchip Technology Inc. <simen.gangstad@microchip.com>
55
sentence=Library for the AVR-IoT Cellular Mini Board

0 commit comments

Comments
 (0)