Skip to content

Commit

Permalink
Bumped version number, set dev tag for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
stylesuxx committed Jul 16, 2023
1 parent 5d74444 commit 2a28de2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Bluejay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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 20 ; Sub revision of the firmware
EEPROM_FW_SUB_REVISION EQU 21 ; Sub revision of the firmware
EEPROM_LAYOUT_REVISION EQU 207 ; Revision of the EEPROM layout
EEPROM_B2_PARAMETERS_COUNT EQU 28 ; Number of parameters

Expand Down Expand Up @@ -406,7 +406,7 @@ Eep_Pgm_Safety_Arm: DB DEFAULT_PGM_SAFETY_ARM ; Various flag settings: bit 0 is

Eep_Dummy: DB 0FFh ; EEPROM address for safety reason
CSEG AT CSEG_NAME
Eep_Name: DB "Bluejay " ; Name tag (16 Bytes)
Eep_Name: DB "Bluejay (Dev) " ; Name tag (16 Bytes)

CSEG AT CSEG_MELODY
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
Expand Down

0 comments on commit 2a28de2

Please sign in to comment.