Skip to content

Commit

Permalink
Bump firmware version to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Jan 29, 2022
1 parent 1ebf221 commit 5392f37
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v17

### COMPATIBILTY

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

### FEATURES

- Geofence feature with settings for 4 circular zones.

### ENHANCEMENTS

- Replaced application AM1805 RTC driver with new device OS watchdog calls.

### BUGFIXES

- Disable the hardware watchdog whenever performing firmware updates over OTA.

### OTHER CHANGES

- [TRACKER ONE] Changed the low battery evaluation interval to catch low state-of-charge sooner.


## v16

### 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 (16)
#define TRACKER_PRODUCT_VERSION (17)
#endif


Expand Down

0 comments on commit 5392f37

Please sign in to comment.