File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v15
2
+
3
+ ### COMPATIBILTY
4
+
5
+ Must be built using device OS v3.0.0 or greater.
6
+
7
+ ### FEATURES
8
+
9
+ - Additional setting for GNSS lock stability criteria based on HDOP rather than using existing horizonatal accuracy.
10
+ - Both HDOP and VDOP figures were added to outgoing location publishes.
11
+
12
+ ### ENHANCEMENTS
13
+
14
+ - The CAN bus library can be initialized in listen-only mode.
15
+ - GPS ublox driver changes to detect errors during initialization and return immediately upon such errors.
16
+ - An additional trigger named "err" will be sent in location publishes if GNSS module errors are encountered.
17
+ - [ TRACKER ONE] The GPS LED will flash rapidly if GNSS module errors are encountered.
18
+ - WiFi scanning time has been shortened in order to reduce power usage.
19
+
20
+ ### BUGFIXES
21
+
22
+ - GNSS module power on and off sequence changes for modules that may power up in the wrong interface configuration.
23
+
24
+
1
25
## v14
2
26
3
27
### 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 (14 )
44
+ #define TRACKER_PRODUCT_VERSION (15 )
45
45
#endif
46
46
47
47
You can’t perform that action at this time.
0 commit comments