File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
24
## v16
2
25
3
26
### COMPATIBILTY
Original file line number Diff line number Diff line change 41
41
#endif
42
42
43
43
#ifndef TRACKER_PRODUCT_VERSION
44
- #define TRACKER_PRODUCT_VERSION (16 )
44
+ #define TRACKER_PRODUCT_VERSION (17 )
45
45
#endif
46
46
47
47
You can’t perform that action at this time.
0 commit comments