Browse Source

new boot sound

main
Hendrik Langer 8 years ago
parent
commit
6b0265372e
  1. 1
      .gitignore
  2. BIN
      sounds/boot.wav
  3. 2
      src/main.cpp

1
.gitignore

@ -7,3 +7,4 @@ include/
lib/
local/
share/
sounds/T*.wav

BIN
sounds/boot.wav

Binary file not shown.

2
src/main.cpp

@ -97,7 +97,7 @@ void setup()
sdcard.mount();
sound.init();
static const char *bootSound = "/T1.wav";
static const char *bootSound = "/boot.wav";
xTaskCreate(&sd_read_task, "read_task", 2048, (void*)bootSound, 5, &xTaskRead);
}

Loading…
Cancel
Save