diff --git a/Bluejay.asm b/Bluejay.asm index afd6266..7378738 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -311,7 +311,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 5 ; Sub revision of the firmware +EEPROM_FW_SUB_REVISION EQU 6 ; Sub revision of the firmware EEPROM_LAYOUT_REVISION EQU 33 ; Revision of the EEPROM layout Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number diff --git a/Makefile b/Makefile index a5e52e5..7f53355 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # set current revision -REVISION ?= v0.5 +REVISION ?= v0.6 # targets TARGETS = A B C D E F G H I J K L M N O P Q R S T U V W