Skip to content

Commit 5aa09b6

Browse files
committed
comment
1 parent 9f5957d commit 5aa09b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioTools/AudioLibs/I2SCodecStream.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ struct I2SCodecConfig : public I2SConfig {
2626
output_device_t output_device = DAC_OUTPUT_ALL;
2727
// to be compatible with the AudioKitStream -> do not activate SD spi if false
2828
bool sd_active = true;
29+
// define pin source in driver configuration
2930
PinFunction i2s_function = PinFunction::CODEC;
3031
bool operator==(I2SCodecConfig alt) {
3132
return input_device == alt.input_device &&

0 commit comments

Comments
 (0)