Skip to content

Commit

Permalink
Bump firmware version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Apr 15, 2021
1 parent 9561c8b commit 1c6a10f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## v13

### COMPATIBILTY

Must be built using device OS v3.0.0-rc.2 or greater.

### FEATURES

- Added reset command from cloud.

### ENHANCEMENTS

- Updated ublox GNSS drivers to allow UDR model changes.

### BUGFIXES

- Increased I2C timeouts for the AM1805 RTC driver as a precaution against crashes.
- [TRACKER ONE] Fixed GNSS LED state to make sure it is off when going into shipping mode.


## v12

### 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 (12)
#define TRACKER_PRODUCT_VERSION (13)
#endif


Expand Down

0 comments on commit 1c6a10f

Please sign in to comment.