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 772bee1 commit 7d18497Copy full SHA for 7d18497
tests/filter-wav/SdFat.h renamed to src/AudioExperiments/SdFat.h
src/AudioTools/AudioCopy.h
@@ -176,13 +176,13 @@ class StreamCopyT {
176
}
177
178
/// copies all data
179
- void copyAll(int delay=5){
+ void copyAll(int delayMs=5){
180
LOGD(LOG_METHOD);
181
if (from==nullptr || to == nullptr)
182
return;
183
184
while(copy()){
185
- delay(delay);
+ delay(delayMs);
186
187
188
0 commit comments