Skip to content

Commit d0707d1

Browse files
author
Eric Berseth
committed
Bump firmware version to 16
1 parent 6d0121e commit d0707d1

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v16
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v3.0.0 or greater.
6+
7+
### FEATURES
8+
9+
- Additional setting and implementation for GNSS initialization retries if failures are detected.
10+
11+
### ENHANCEMENTS
12+
13+
- The ublox GPS library has been updated to provide performance counters.
14+
15+
### BUGFIXES
16+
17+
- Fix to calculating sleep and execution times when the device is in areas of low connectivity.
18+
19+
### OTHER CHANGES
20+
21+
- Switched several logging calls from the LOG() macro to the functional Log() method.
22+
23+
124
## v15
225

326
### 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 (15)
44+
#define TRACKER_PRODUCT_VERSION (16)
4545
#endif
4646

4747

0 commit comments

Comments
 (0)