Skip to content

Commit a028be7

Browse files
author
Eric Berseth
committed
Bump firmware version to 15
1 parent 82be7ad commit a028be7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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+
125
## v14
226

327
### COMPATIBILTY

src/tracker_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
#endif
4242

4343
#ifndef TRACKER_PRODUCT_VERSION
44-
#define TRACKER_PRODUCT_VERSION (14)
44+
#define TRACKER_PRODUCT_VERSION (15)
4545
#endif
4646

4747

0 commit comments

Comments
 (0)