Skip to content

Commit

Permalink
Bump firmware version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Nov 20, 2020
1 parent 8171f2e commit 02fbebc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
## v11

### COMPATIBILTY

Must be built using device OS v2.0.0-rc.3 or greater.

### FEATURES

- Added configurable setting to enable or disable parsing of location publish acknowledgements from the cloud.

### ENHANCEMENTS

- Changed CAN library enumerations for setting power modes so they do not collide with symbols in other device driver libraries.
- Changed CAN library so that cloud compiles are possible.

### BUGFIXES

- Fixed issue of no location publishes when GNSS signal quality is low and out-of-lock.
- [TRACKER ONE] Changed BLE antenna configuration from internal to external.


## v10

### 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 (10)
#define TRACKER_PRODUCT_VERSION (11)
#endif


Expand Down

0 comments on commit 02fbebc

Please sign in to comment.