File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v12
2
+
3
+ ### COMPATIBILTY
4
+
5
+ Must be built using device OS v3.0.0-rc.2 or greater.
6
+
7
+ ### FEATURES
8
+
9
+ - Added enhanced location services (Location Fusion).
10
+ - Added GNSS speed to location publishes.
11
+ - Added dynamic charge current control over temperature.
12
+ - [ TRACKER ONE] Added IO/CAN power controls for configuration in application.
13
+
14
+ ### ENHANCEMENTS
15
+
16
+ - Changed priorities of first and immediate publishes.
17
+ - Reduced application footprint by migrating to wiring library mutexes.
18
+ - Allow device OS to control battery charge enablement.
19
+
20
+ ### BUGFIXES
21
+
22
+ - Fixed issue of default chip select SPI initialization effect on D5.
23
+ - Fixed power management issue with incorrectly written DCT values.
24
+ - Fixed issue with multiple publishes at boot.
25
+
26
+
1
27
## v11
2
28
3
29
### 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 (11 )
44
+ #define TRACKER_PRODUCT_VERSION (12 )
45
45
#endif
46
46
47
47
You can’t perform that action at this time.
0 commit comments