Skip to content

Commit

Permalink
Bump firmware version to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Oct 27, 2020
1 parent a357141 commit 8ca273e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## v10

### COMPATIBILTY

Must be built using device OS v2.0.0-rc.3 or greater.

### FEATURES

- Added sleep feature to place device into ultra low power mode sleep and wake periodically for timed and triggered events.

### ENHANCEMENTS

- Improved GPS lock status with a stability check of horizontal accuracy. Location publishes will be held off until the accuracy is stable.
- Placed CAN and ESP32 devices into low power mode to reduce overall power consumption
- Enabled the RTC watchdog by default
- [TRACKER ONE] Lowered low battery detect shutoff from 8% state-of-charge to 2% to gain more operational time. Lowered battery warning from 15% to 8%.

### BUGFIXES

- [TRACKER ONE] Fixed intermittent issues with battery charge enablement/disablement when lower than 0 degrees C and above 50 degrees C


## v9

### FEATURES
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ _(Note! This FAQ isn't meant to be legal advice, if you're unsure, please consu

### COMPILE & FLASH WITH WORKBENCH

This application must be built with device OS version 2.0.0-rc.3 and above.

1. Clone this repository `$ git clone [email protected]:particle-iot/tracker-edge.git && cd ./tracker-edge`
2. Init & Update Submodules `$ git submodule update --init --recursive`
3. Open Particle Workbench
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 (9)
#define TRACKER_PRODUCT_VERSION (10)
#endif


Expand Down

0 comments on commit 8ca273e

Please sign in to comment.