Skip to content

Commit

Permalink
chore(release): 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasvr committed Jan 17, 2022
1 parent c971602 commit 5a236e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ Temp_Storage: DS 48 ; Temporary storage
; A segment of the flash is used as "EEPROM", which is not available in SiLabs MCUs
CSEG AT 1A00h
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
EEPROM_FW_SUB_REVISION EQU 15 ; Sub revision of the firmware
EEPROM_FW_SUB_REVISION EQU 16 ; Sub revision of the firmware
EEPROM_LAYOUT_REVISION EQU 204 ; Revision of the EEPROM layout

Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.16](https://github.com/mathiasvr/bluejay/compare/v0.15...v0.16) (2022-01-17)

### Bug Fixes

* Revert telemetry timings for BB2 24MHz mode ([c971602](https://github.com/mathiasvr/bluejay/commit/c97160257460f0dbf6fbcbe105f65faef2bdfd11))


## [0.15](https://github.com/mathiasvr/bluejay/compare/v0.14...v0.15) (2022-01-13)

### Features
Expand Down

0 comments on commit 5a236e9

Please sign in to comment.