Skip to content

Commit d938707

Browse files
author
Eric Berseth
committed
Bump firmware version to 14
1 parent bad6dd9 commit d938707

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## v14
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v3.0.0-rc.2 or greater.
6+
7+
### FEATURES
8+
9+
No new features.
10+
11+
### ENHANCEMENTS
12+
13+
No new enhancements.
14+
15+
### BUGFIXES
16+
17+
- Fuel gauge reports incorrect battery charge during sleep.
18+
19+
120
## v13
221

322
### 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 (13)
44+
#define TRACKER_PRODUCT_VERSION (14)
4545
#endif
4646

4747

0 commit comments

Comments
 (0)