Skip to content

Commit 5fc47fc

Browse files
author
Eric Berseth
committed
Bump firmware version to 12
1 parent c8a607b commit 5fc47fc

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## v12
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v3.0.0-rc.2 or greater.
6+
7+
### FEATURES
8+
9+
- Added enhanced location services (Location Fusion).
10+
- Added GNSS speed to location publishes.
11+
- Added dynamic charge current control over temperature.
12+
- [TRACKER ONE] Added IO/CAN power controls for configuration in application.
13+
14+
### ENHANCEMENTS
15+
16+
- Changed priorities of first and immediate publishes.
17+
- Reduced application footprint by migrating to wiring library mutexes.
18+
- Allow device OS to control battery charge enablement.
19+
20+
### BUGFIXES
21+
22+
- Fixed issue of default chip select SPI initialization effect on D5.
23+
- Fixed power management issue with incorrectly written DCT values.
24+
- Fixed issue with multiple publishes at boot.
25+
26+
127
## v11
228

329
### 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 (11)
44+
#define TRACKER_PRODUCT_VERSION (12)
4545
#endif
4646

4747

0 commit comments

Comments
 (0)