diff --git a/Bluejay.asm b/Bluejay.asm index 3232305..164ee56 100644 --- a/Bluejay.asm +++ b/Bluejay.asm @@ -3557,8 +3557,12 @@ pgm_start: mov Temp1, #Pgm_Startup_Beep ; Read programmed startup beep setting mov A, @Temp1 jnz startup_beep_melody + call beep_f2_short ; Short startup beep call wait250ms + call wait250ms + call wait250ms + call wait250ms sjmp startup_beep_done startup_beep_melody: