Browse Source

refactor: Wait longer after short startup beep

main
Mathias Rasmussen 4 years ago
parent
commit
15e0f15d75
  1. 4
      Bluejay.asm

4
Bluejay.asm

@ -3557,8 +3557,12 @@ pgm_start:
mov Temp1, #Pgm_Startup_Beep ; Read programmed startup beep setting mov Temp1, #Pgm_Startup_Beep ; Read programmed startup beep setting
mov A, @Temp1 mov A, @Temp1
jnz startup_beep_melody jnz startup_beep_melody
call beep_f2_short ; Short startup beep call beep_f2_short ; Short startup beep
call wait250ms call wait250ms
call wait250ms
call wait250ms
call wait250ms
sjmp startup_beep_done sjmp startup_beep_done
startup_beep_melody: startup_beep_melody:

Loading…
Cancel
Save