Skip to content

Commit 1c6a10f

Browse files
author
Eric Berseth
committed
Bump firmware version to 13
1 parent 9561c8b commit 1c6a10f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## v13
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v3.0.0-rc.2 or greater.
6+
7+
### FEATURES
8+
9+
- Added reset command from cloud.
10+
11+
### ENHANCEMENTS
12+
13+
- Updated ublox GNSS drivers to allow UDR model changes.
14+
15+
### BUGFIXES
16+
17+
- Increased I2C timeouts for the AM1805 RTC driver as a precaution against crashes.
18+
- [TRACKER ONE] Fixed GNSS LED state to make sure it is off when going into shipping mode.
19+
20+
121
## v12
222

323
### COMPATIBILTY

src/tracker_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#endif
4242

4343
#ifndef TRACKER_PRODUCT_VERSION
44-
#define TRACKER_PRODUCT_VERSION (12)
44+
#define TRACKER_PRODUCT_VERSION (13)
4545
#endif
4646

4747

0 commit comments

Comments
 (0)