Quellcode durchsuchen

add comment to look into thread safety in SD WAV play()

dds
PaulStoffregen vor 10 Jahren
Ursprung
Commit
677c072ca1
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      play_sd_wav.cpp

+ 1
- 0
play_sd_wav.cpp Datei anzeigen

@@ -59,6 +59,7 @@ void AudioPlaySdWav::begin(void)
bool AudioPlaySdWav::play(const char *filename)
{
stop();
// TODO: SD.open probably needs to be done with the audio interrupt disabled...
wavfile = SD.open(filename);
if (!wavfile) return false;
buffer_length = 0;

Laden…
Abbrechen
Speichern