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 9f5957d commit 5aa09b6Copy full SHA for 5aa09b6
src/AudioTools/AudioLibs/I2SCodecStream.h
@@ -26,6 +26,7 @@ struct I2SCodecConfig : public I2SConfig {
26
output_device_t output_device = DAC_OUTPUT_ALL;
27
// to be compatible with the AudioKitStream -> do not activate SD spi if false
28
bool sd_active = true;
29
+ // define pin source in driver configuration
30
PinFunction i2s_function = PinFunction::CODEC;
31
bool operator==(I2SCodecConfig alt) {
32
return input_device == alt.input_device &&
0 commit comments