Skip to content

Commit bf8b531

Browse files
committed
pause to display version
1 parent 54ab2db commit bf8b531

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

squishbox.py

+1
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ def midi_devices(self):
443443
sb = SB.StompBox()
444444
sb.lcd_clear()
445445
sb.lcd_write(f"version {patcher.VERSION}", 0, now=True)
446+
sb.waitfortap(3)
446447

447448
cfgfile = sys.argv[1] if len(sys.argv) > 1 else 'SquishBox/squishboxconf.yaml'
448449
try: pxr = patcher.Patcher(cfgfile)

0 commit comments

Comments
 (0)