We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9561c8b commit 1c6a10fCopy full SHA for 1c6a10f
CHANGELOG.md
@@ -1,3 +1,23 @@
1
+## v13
2
+
3
+### COMPATIBILTY
4
5
+Must be built using device OS v3.0.0-rc.2 or greater.
6
7
+### FEATURES
8
9
+- Added reset command from cloud.
10
11
+### ENHANCEMENTS
12
13
+- Updated ublox GNSS drivers to allow UDR model changes.
14
15
+### BUGFIXES
16
17
+- Increased I2C timeouts for the AM1805 RTC driver as a precaution against crashes.
18
+- [TRACKER ONE] Fixed GNSS LED state to make sure it is off when going into shipping mode.
19
20
21
## v12
22
23
### COMPATIBILTY
src/tracker_config.h
@@ -41,7 +41,7 @@
41
#endif
42
43
#ifndef TRACKER_PRODUCT_VERSION
44
-#define TRACKER_PRODUCT_VERSION (12)
+#define TRACKER_PRODUCT_VERSION (13)
45
46
47
0 commit comments