File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
316316CSEG AT 1A00h
317317EEPROM_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
319319EEPROM_LAYOUT_REVISION EQU 204 ; Revision of the EEPROM layout
320320
321321Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number
Original file line number Diff line number Diff line change 22
33All 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
You can’t perform that action at this time.
0 commit comments