Skip to content

Commit 0a64d17

Browse files
Update and rename soundInstructions. to soundInstructions.md
1 parent e13c286 commit 0a64d17

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ Determines when the song is playing.
1010

1111
``` ts
1212
let songPlaying: boolean;
13-
let buf = hex`3049309430940394034`
13+
let buf = hex`
14+
01 00 64 32 10 00
15+
01 00 50 20 08 00
16+
`
1417

1518
function enableSongPlaying(enable: boolean) {
1619
songPlaying = enable;

0 commit comments

Comments
 (0)