Skip to content

Commit b41d5b9

Browse files
authored
chore: Bumped version number to 0.17 and set to Beta (#33)
1 parent 5331e3d commit b41d5b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Bluejay.asm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Temp_Storage: DS 48 ; Temporary storage (internal memory)
318318
; A segment of the flash is used as "EEPROM", which is not available in SiLabs MCUs
319319
CSEG AT 1A00h
320320
EEPROM_FW_MAIN_REVISION EQU 0 ; Main revision of the firmware
321-
EEPROM_FW_SUB_REVISION EQU 16 ; Sub revision of the firmware
321+
EEPROM_FW_SUB_REVISION EQU 17 ; Sub revision of the firmware
322322
EEPROM_LAYOUT_REVISION EQU 204 ; Revision of the EEPROM layout
323323

324324
Eep_FW_Main_Revision: DB EEPROM_FW_MAIN_REVISION ; EEPROM firmware main revision number
@@ -367,7 +367,7 @@ Eep_Pgm_LED_Control: DB DEFAULT_PGM_LED_CONTROL ; EEPROM copy of programmed LE
367367
Eep_Dummy: DB 0FFh ; EEPROM address for safety reason
368368

369369
CSEG AT 1A60h
370-
Eep_Name: DB "Bluejay " ; Name tag (16 Bytes)
370+
Eep_Name: DB "Bluejay (BETA) " ; Name tag (16 Bytes)
371371

372372
CSEG AT 1A70h
373373
Eep_Pgm_Beep_Melody: DB 2, 58, 4, 32, 52, 66, 13, 0, 69, 45, 13, 0, 52, 66, 13, 0, 78, 39, 211, 0, 69, 45, 208, 25, 52, 25, 0

0 commit comments

Comments
 (0)