Skip to content

Commit 8ca273e

Browse files
author
Eric Berseth
committed
Bump firmware version to 10
1 parent a357141 commit 8ca273e

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## v10
2+
3+
### COMPATIBILTY
4+
5+
Must be built using device OS v2.0.0-rc.3 or greater.
6+
7+
### FEATURES
8+
9+
- Added sleep feature to place device into ultra low power mode sleep and wake periodically for timed and triggered events.
10+
11+
### ENHANCEMENTS
12+
13+
- Improved GPS lock status with a stability check of horizontal accuracy. Location publishes will be held off until the accuracy is stable.
14+
- Placed CAN and ESP32 devices into low power mode to reduce overall power consumption
15+
- Enabled the RTC watchdog by default
16+
- [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%.
17+
18+
### BUGFIXES
19+
20+
- [TRACKER ONE] Fixed intermittent issues with battery charge enablement/disablement when lower than 0 degrees C and above 50 degrees C
21+
22+
123
## v9
224

325
### FEATURES

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ _(Note! This FAQ isn't meant to be legal advice, if you're unsure, please consu
4242

4343
### COMPILE & FLASH WITH WORKBENCH
4444

45+
This application must be built with device OS version 2.0.0-rc.3 and above.
46+
4547
1. Clone this repository `$ git clone [email protected]:particle-iot/tracker-edge.git && cd ./tracker-edge`
4648
2. Init & Update Submodules `$ git submodule update --init --recursive`
4749
3. Open Particle Workbench

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 (9)
44+
#define TRACKER_PRODUCT_VERSION (10)
4545
#endif
4646

4747

0 commit comments

Comments
 (0)