Skip to content

Commit 02fbebc

Browse files
author
Eric Berseth
committed
Bump firmware version to 11
1 parent 8171f2e commit 02fbebc

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v11
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v2.0.0-rc.3 or greater.
6+
7+
### FEATURES
8+
9+
- Added configurable setting to enable or disable parsing of location publish acknowledgements from the cloud.
10+
11+
### ENHANCEMENTS
12+
13+
- Changed CAN library enumerations for setting power modes so they do not collide with symbols in other device driver libraries.
14+
- Changed CAN library so that cloud compiles are possible.
15+
16+
### BUGFIXES
17+
18+
- Fixed issue of no location publishes when GNSS signal quality is low and out-of-lock.
19+
- [TRACKER ONE] Changed BLE antenna configuration from internal to external.
20+
21+
122
## v10
223

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

4747

0 commit comments

Comments
 (0)