Skip to content

Commit 1c33a4b

Browse files
committed
Remove references to AC101 mic mode (not implemented)
1 parent f7e2f14 commit 1c33a4b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

usermods/audioreactive/audio_reactive.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2013,11 +2013,7 @@ class AudioReactive : public Usermod {
20132013
if (audioSource) audioSource->initialize(i2swsPin, i2ssdPin, i2sckPin, mclkPin);
20142014
break;
20152015
case 8:
2016-
#ifdef use_ac101_mic
2017-
DEBUGSR_PRINTLN(F("AR: AC101 Source (Mic)"));
2018-
#else
20192016
DEBUGSR_PRINTLN(F("AR: AC101 Source (Line-In)"));
2020-
#endif
20212017
audioSource = new AC101Source(SAMPLE_RATE, BLOCK_SIZE, 1.0f);
20222018
//useInputFilter = 0; // to disable low-cut software filtering and restore previous behaviour
20232019
delay(100);

0 commit comments

Comments
 (0)