makerfx / mwc-bumblebee

Magic Wheelchair: Bumblebee
https://makerfx.github.io/mwc-bumblebee/
3 stars 4 forks source link

Fix direct playSDWav1 access #16

Open digitalman2112 opened 5 years ago

digitalman2112 commented 5 years ago

From if (!playSdWav1.isPlaying()) {

to if (!channels[CHANNEL_XXXX]->isPlaying()) {