Skip to content

Commit

Permalink
Bump firmware version to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
eberseth committed Oct 15, 2020
1 parent 402f171 commit dc6a4fd
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## v9

### FEATURES

- Added lock trigger that signifies changes in GNSS lock status
- Added CAN bus library as submodule
- [TRACKER ONE] Disable battery charging when temperatures fall below 0 degrees C or rise above 50 degrees C in order to protect battery outside of operational temperatures
- [TRACKER ONE] Force device to enter shipping mode when battery charge falls below 8% and publish location message with battery low trigger. Publish location message with battery warning when charge falls below 15%.

### ENHANCEMENTS

- Improved ease-of-use in git clones of repository submodules by shifting from SSH to HTTPS URL links
- Changed default minimum and maximum publish intervals to 15 minutes and 1 hour respectively in order to conserve user data limits

### BUGFIXES

- Fixed BMI160 (IMU) power consumption when placing devce into suspend mode (sleep)
- Fixed BMI160 (IMU) SPI bus access timing differences when operating in normal versus low power and suspend modes
- Fixed ublox GNSS module library warnings for packed vs unpacked structure casting
- Fixed issue with parsing input of malformed JSON configuration commands
- Fixed BMI160 (IMU) configuration settings to return to default values upon factory reset


## v8

### FEATURES
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 (8)
#define TRACKER_PRODUCT_VERSION (9)
#endif

#ifndef TRACKER_MODEL_NUMBER
Expand Down

0 comments on commit dc6a4fd

Please sign in to comment.