From 123ecde98ac749a7606bd67e4f88cf4e7967ad46 Mon Sep 17 00:00:00 2001 From: Chris L Date: Sat, 23 Sep 2023 15:35:08 +0200 Subject: [PATCH] Fix: Decrease version --- src/Bluejay.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bluejay.asm b/src/Bluejay.asm index bf3c301..948ac1c 100644 --- a/src/Bluejay.asm +++ b/src/Bluejay.asm @@ -355,7 +355,7 @@ Temp_Storage: DS 48 ; Temporary storage (internal memory) ;**** **** **** **** **** **** **** **** **** **** **** **** **** CSEG AT CSEG_EEPROM EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware -EEPROM_FW_SUB_REVISION EQU 21 ; Sub revision of the firmware +EEPROM_FW_SUB_REVISION EQU 20 ; Sub revision of the firmware EEPROM_LAYOUT_REVISION EQU 207 ; Revision of the EEPROM layout EEPROM_B2_PARAMETERS_COUNT EQU 28 ; Number of parameters