Skip to content

Commit 5392f37

Browse files
author
Eric Berseth
committed
Bump firmware version to 17
1 parent 1ebf221 commit 5392f37

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## v17
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v3.2.0 or greater.
6+
7+
### FEATURES
8+
9+
- Geofence feature with settings for 4 circular zones.
10+
11+
### ENHANCEMENTS
12+
13+
- Replaced application AM1805 RTC driver with new device OS watchdog calls.
14+
15+
### BUGFIXES
16+
17+
- Disable the hardware watchdog whenever performing firmware updates over OTA.
18+
19+
### OTHER CHANGES
20+
21+
- [TRACKER ONE] Changed the low battery evaluation interval to catch low state-of-charge sooner.
22+
23+
124
## v16
225

326
### 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 (16)
44+
#define TRACKER_PRODUCT_VERSION (17)
4545
#endif
4646

4747

0 commit comments

Comments
 (0)