From 22555fd1d4f2690b71f60eb66374b3996af49744 Mon Sep 17 00:00:00 2001 From: Mathias Rasmussen Date: Sun, 4 Apr 2021 22:14:55 +0200 Subject: [PATCH] chore: Update version --- Bluejay.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bluejay.asm b/Bluejay.asm index 0cf6639..e4fd8ad 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -317,7 +317,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 11 ; Sub revision of the firmware +EEPROM_FW_SUB_REVISION EQU 12 ; Sub revision of the firmware EEPROM_LAYOUT_REVISION EQU 203 ; Revision of the EEPROM layout Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number