File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
24
## v15
2
25
3
26
### COMPATIBILTY
Original file line number Diff line number Diff line change 41
41
#endif
42
42
43
43
#ifndef TRACKER_PRODUCT_VERSION
44
- #define TRACKER_PRODUCT_VERSION (15 )
44
+ #define TRACKER_PRODUCT_VERSION (16 )
45
45
#endif
46
46
47
47
You can’t perform that action at this time.
0 commit comments