File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v11
2
+
3
+ ### COMPATIBILTY
4
+
5
+ Must be built using device OS v2.0.0-rc.3 or greater.
6
+
7
+ ### FEATURES
8
+
9
+ - Added configurable setting to enable or disable parsing of location publish acknowledgements from the cloud.
10
+
11
+ ### ENHANCEMENTS
12
+
13
+ - Changed CAN library enumerations for setting power modes so they do not collide with symbols in other device driver libraries.
14
+ - Changed CAN library so that cloud compiles are possible.
15
+
16
+ ### BUGFIXES
17
+
18
+ - Fixed issue of no location publishes when GNSS signal quality is low and out-of-lock.
19
+ - [ TRACKER ONE] Changed BLE antenna configuration from internal to external.
20
+
21
+
1
22
## v10
2
23
3
24
### 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 (10 )
44
+ #define TRACKER_PRODUCT_VERSION (11 )
45
45
#endif
46
46
47
47
You can’t perform that action at this time.
0 commit comments