Skip to content

Commit

Permalink
Bump firmware version to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Sep 24, 2021
1 parent 82be7ad commit a028be7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
## v15

### COMPATIBILTY

Must be built using device OS v3.0.0 or greater.

### FEATURES

- Additional setting for GNSS lock stability criteria based on HDOP rather than using existing horizonatal accuracy.
- Both HDOP and VDOP figures were added to outgoing location publishes.

### ENHANCEMENTS

- The CAN bus library can be initialized in listen-only mode.
- GPS ublox driver changes to detect errors during initialization and return immediately upon such errors.
- An additional trigger named "err" will be sent in location publishes if GNSS module errors are encountered.
- [TRACKER ONE] The GPS LED will flash rapidly if GNSS module errors are encountered.
- WiFi scanning time has been shortened in order to reduce power usage.

### BUGFIXES

- GNSS module power on and off sequence changes for modules that may power up in the wrong interface configuration.


## v14

### COMPATIBILTY
Expand Down
2 changes: 1 addition & 1 deletion src/tracker_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#endif

#ifndef TRACKER_PRODUCT_VERSION
#define TRACKER_PRODUCT_VERSION (14)
#define TRACKER_PRODUCT_VERSION (15)
#endif


Expand Down

0 comments on commit a028be7

Please sign in to comment.