Skip to content

Commit 5a236e9

Browse files
committed
chore(release): 0.16
1 parent c971602 commit 5a236e9

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Bluejay.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Temp_Storage: DS 48 ; Temporary storage
315315
; A segment of the flash is used as "EEPROM", which is not available in SiLabs MCUs
316316
CSEG AT 1A00h
317317
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
318-
EEPROM_FW_SUB_REVISION EQU 15 ; Sub revision of the firmware
318+
EEPROM_FW_SUB_REVISION EQU 16 ; Sub revision of the firmware
319319
EEPROM_LAYOUT_REVISION EQU 204 ; Revision of the EEPROM layout
320320

321321
Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [0.16](https://github.com/mathiasvr/bluejay/compare/v0.15...v0.16) (2022-01-17)
6+
7+
### Bug Fixes
8+
9+
* Revert telemetry timings for BB2 24MHz mode ([c971602](https://github.com/mathiasvr/bluejay/commit/c97160257460f0dbf6fbcbe105f65faef2bdfd11))
10+
11+
512
## [0.15](https://github.com/mathiasvr/bluejay/compare/v0.14...v0.15) (2022-01-13)
613

714
### Features

0 commit comments

Comments
 (0)