Skip to content

Commit

Permalink
Bump firmware version to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Nov 6, 2021
1 parent 6d0121e commit d0707d1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v16

### COMPATIBILTY

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

### FEATURES

- Additional setting and implementation for GNSS initialization retries if failures are detected.

### ENHANCEMENTS

- The ublox GPS library has been updated to provide performance counters.

### BUGFIXES

- Fix to calculating sleep and execution times when the device is in areas of low connectivity.

### OTHER CHANGES

- Switched several logging calls from the LOG() macro to the functional Log() method.


## v15

### 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 (15)
#define TRACKER_PRODUCT_VERSION (16)
#endif


Expand Down

0 comments on commit d0707d1

Please sign in to comment.