Skip to content

Commit

Permalink
Bump firmware version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Oct 3, 2022
1 parent 82b4109 commit f6fc045
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## v18

### COMPATIBILTY

Must be built using device OS v3.2.0 or greater.

### FEATURES

- Store and Forward feature for saving publish data while offline.
- Added support for Memfault device monitoring.
- Added battery charging configuration overrides.

### ENHANCEMENTS

- Added a new log category for TrackerSleep class.
- Added more control for GNSS module dead reckoning.
- Added GNSS enhancements for time-to-first-fix (TTFF).

### BUGFIXES

- Fix setting of HDOP to geofence zones.

### OTHER CHANGES

- Add configuration schema file to the project.
- Cleared several compile warnings.
- Changes for building under device OS versions above 3.x.


## v17

### 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 @@ -44,7 +44,7 @@
#endif

#ifndef TRACKER_PRODUCT_VERSION
#define TRACKER_PRODUCT_VERSION (17)
#define TRACKER_PRODUCT_VERSION (18)
#endif


Expand Down

0 comments on commit f6fc045

Please sign in to comment.