We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b62dc commit 9a28d0dCopy full SHA for 9a28d0d
src/AudioI2S/I2SSTM32.h
@@ -325,7 +325,7 @@ class I2SDriverSTM32 {
325
}
326
327
void setupPins(){
328
- if (cfg.pin_bck != -1 || cfg.pin_ws != -1 || cfg.pin_data != -1) {
+ if (cfg.pin_bck == -1 || cfg.pin_ws == -1 || cfg.pin_data == -1) {
329
LOGW("pins ignored: used from stm32-i2s");
330
} else {
331
LOGI("setting up pins for stm32-i2s");
0 commit comments