Skip to content

Commit 979ca32

Browse files
committed
Update versions and changelog
1 parent dfc7ce2 commit 979ca32

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,13 @@
2222

2323
* Fixes a bug where LTE connectivity in sandbox was not reconnecting
2424
* Added temporarily work around for TLS certificate verification in certain regions
25+
26+
# 1.1.2
27+
28+
## Features
29+
* Add NTP synchronization in Lte.begin() if modem clock is not set
30+
31+
## Bugfixes
32+
* Fixes a bug for TLS certificate verification in certain regions
33+
* Fixes a bug where the power save functionality would not terminate
34+

examples/debug_modem/debug_modem.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
#include <sequans_controller.h>
44

55
void setup() {
6-
76
Log.begin(115200);
8-
Log.setLogLevel(LogLevel::DEBUG);
9-
107
SequansController.begin();
118
}
129

examples/sandbox/sandbox.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* experience
44
*/
55

6-
#define SANDBOX_VERSION "1.1.1"
6+
#define SANDBOX_VERSION "1.2.0"
77

88
#include <ArduinoJson.h>
99
#include <ecc608.h>
@@ -319,7 +319,6 @@ void setup() {
319319
"AT+SQNSPCFG=1,2,\"0xC02B\",1,19,0,0,\"\",\"\",1,0,0")) {}
320320
// - Patch end -
321321

322-
Log.info("Connecting to LTE network...");
323322
connectLTE();
324323
}
325324

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.1.0
2+
version=1.2.0
33
author=Microchip Technology Inc. <[email protected]>
44
maintainer=Microchip Technology Inc. <[email protected]>
55
sentence=Library for the AVR-IoT Cellular Mini Board

scripts/flash.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
44

5-
PORT=COM9
5+
PORT=COM4
66
BUILD_DIR=$SCRIPTPATH/../build
77

88
# Do path conversion for WSL

0 commit comments

Comments
 (0)