Skip to content

Commit f6fc045

Browse files
author
Eric Berseth
committed
Bump firmware version to 18
1 parent 82b4109 commit f6fc045

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v18
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v3.2.0 or greater.
6+
7+
### FEATURES
8+
9+
- Store and Forward feature for saving publish data while offline.
10+
- Added support for Memfault device monitoring.
11+
- Added battery charging configuration overrides.
12+
13+
### ENHANCEMENTS
14+
15+
- Added a new log category for TrackerSleep class.
16+
- Added more control for GNSS module dead reckoning.
17+
- Added GNSS enhancements for time-to-first-fix (TTFF).
18+
19+
### BUGFIXES
20+
21+
- Fix setting of HDOP to geofence zones.
22+
23+
### OTHER CHANGES
24+
25+
- Add configuration schema file to the project.
26+
- Cleared several compile warnings.
27+
- Changes for building under device OS versions above 3.x.
28+
29+
130
## v17
231

332
### COMPATIBILTY

src/tracker_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
#endif
4545

4646
#ifndef TRACKER_PRODUCT_VERSION
47-
#define TRACKER_PRODUCT_VERSION (17)
47+
#define TRACKER_PRODUCT_VERSION (18)
4848
#endif
4949

5050

0 commit comments

Comments
 (0)