From 8ca273e7b880d40fe383cc36dc3b22b0d0e21ee3 Mon Sep 17 00:00:00 2001 From: Eric Berseth Date: Tue, 27 Oct 2020 15:28:35 -0700 Subject: [PATCH] Bump firmware version to 10 --- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 2 ++ src/tracker_config.h | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c698a98..674f6aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8da7141..96a1122 100644 --- a/README.md +++ b/README.md @@ -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 git@github.com:particle-iot/tracker-edge.git && cd ./tracker-edge` 2. Init & Update Submodules `$ git submodule update --init --recursive` 3. Open Particle Workbench diff --git a/src/tracker_config.h b/src/tracker_config.h index 6218a5a..9e29a71 100644 --- a/src/tracker_config.h +++ b/src/tracker_config.h @@ -41,7 +41,7 @@ #endif #ifndef TRACKER_PRODUCT_VERSION -#define TRACKER_PRODUCT_VERSION (9) +#define TRACKER_PRODUCT_VERSION (10) #endif