Skip to content

Commit 631abd4

Browse files
committed
Update changelog and bump version
1 parent 4302078 commit 631abd4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,14 @@ No changes
112112
* Fix a bug where the NTP sync would not retry if it failed
113113
* Fix a bug where the NTP sync would retry if cellular network got disconnected while doing the sync
114114
* Fix a bug where the LEDs weren't returned to the previous state after a power save
115+
116+
# 1.3.1
117+
118+
## Changes
119+
* Turn off more modules in low power to save more power
120+
* Add hardware-in-the-loop testing
121+
122+
## Bugfixes
123+
* Fix a bug where it would take some time before the board was actually in power down mode
124+
* Fix a bug where waking up from power down mode would reset the board
125+
* Fix a bug where it was wrongly reported that the SIM card was not ready

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.0"
6+
#define SANDBOX_VERSION "1.3.1"
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.0
2+
version=1.3.1
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)