Skip to content

Commit 372d7ff

Browse files
finneyjmicrobit-carlos
authored andcommitted
Increase start up delay to 3 frames, to avoid occasional clicks.
1 parent b24c32f commit 372d7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MicroBitAudio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ void MicroBitAudio::activateMic(){
109109
runmic.setDigitalValue(1);
110110
runmic.setHighDrive(true);
111111
adc.activateChannel(mic);
112-
adc.getChannel(microphone, false)->setStartDelay(2);
112+
adc.getChannel(microphone, false)->setStartDelay(3);
113113
this->micEnabled = true;
114114
}
115115

0 commit comments

Comments
 (0)