Skip to content

Commit 1305cf2

Browse files
committed
MCU8MASS-1711 Update changelog and vscode settings
1 parent 09cf701 commit 1305cf2

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"C_Cpp.errorSquiggles": "Enabled",
2+
"C_Cpp.errorSquiggles": "enabled",
33
"cSpell.words": [
44
"atcab",
55
"CEREG",
@@ -11,8 +11,9 @@
1111
"SQNHTTPSND"
1212
],
1313
"C_Cpp.clang_format_fallbackStyle": "{ IndentWidth: 4, AllowShortLoopsOnASingleLine: true, AllowShortBlocksOnASingleLine: true, ColumnLimit: 80, BinPackParameters: false, BinPackArguments: false, AllowAllParametersOfDeclarationOnNextLine: false, AlignConsecutiveMacros: true, FixNamespaceComments: false, NamespaceIndentation: All, AlignConsecutiveAssignments: true, AlignEscapedNewlines: true, AlignOperands: Align, AlignTrailingComments: true, AllowAllParametersOfDeclarationOnNextLine: false, AllowAllArgumentsOnNextLine: false, PenaltyBreakAssignment: 50, PointerAlignment: Left, ReferenceAlignment: Left }",
14+
"pytest.testing.cwd": "${workspaceFolder}/test",
1415
"python.testing.pytestArgs": [
15-
"--port=COM7",
16+
"--port=COM18",
1617
"--ignore=lib",
1718
"-s"
1819
],

CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Internal build
140140
* Security profile patch is removed as this is now taken care of by NTP synchronization
141141
* Add Mqtt.end() in MQTT examples to prevent the broker waiting after running the example
142142

143-
## Bugfix
143+
## Bugfixes
144144
* Fix a bug where Sequans.waitForURC would return true even when the URC was not received
145145

146146

@@ -155,6 +155,17 @@ Internal build
155155
* Improved MQTT URC handling
156156
* Introduce an adjustable timout for Lte.begin()
157157

158-
## Bugfix
158+
## Bugfixes
159159
* 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
160+
* Fix a bug where reading the response in the SequansController would wrongly return an buffer overflow
161+
162+
163+
# 1.3.5
164+
165+
## Changes
166+
* A CA is now mandatory for provisioning
167+
* The library now uses the latest version of cryptoauthlib
168+
169+
## Bugfixes
170+
* Fix a bug where the device would not go in deep sleep when using the low power modes
171+
* Fix a bug where a certificate would not be parsed correctly during provisioning

0 commit comments

Comments
 (0)