Skip to content

Commit

Permalink
Bump firmware version to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Mar 24, 2021
1 parent c8a607b commit 5fc47fc
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## v12

### COMPATIBILTY

Must be built using device OS v3.0.0-rc.2 or greater.

### FEATURES

- Added enhanced location services (Location Fusion).
- Added GNSS speed to location publishes.
- Added dynamic charge current control over temperature.
- [TRACKER ONE] Added IO/CAN power controls for configuration in application.

### ENHANCEMENTS

- Changed priorities of first and immediate publishes.
- Reduced application footprint by migrating to wiring library mutexes.
- Allow device OS to control battery charge enablement.

### BUGFIXES

- Fixed issue of default chip select SPI initialization effect on D5.
- Fixed power management issue with incorrectly written DCT values.
- Fixed issue with multiple publishes at boot.


## v11

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


Expand Down

0 comments on commit 5fc47fc

Please sign in to comment.