File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
30
## v17
2
31
3
32
### COMPATIBILTY
Original file line number Diff line number Diff line change 44
44
#endif
45
45
46
46
#ifndef TRACKER_PRODUCT_VERSION
47
- #define TRACKER_PRODUCT_VERSION (17 )
47
+ #define TRACKER_PRODUCT_VERSION (18 )
48
48
#endif
49
49
50
50
You can’t perform that action at this time.
0 commit comments