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 60d8022 commit 4b69e6fCopy full SHA for 4b69e6f
src/Audio.cpp
@@ -6344,11 +6344,4 @@ void Audio::performAudioTask() {
6344
xSemaphoreTake(mutex_playAudioData, portMAX_DELAY);
6345
playAudioData();
6346
xSemaphoreGive(mutex_playAudioData);
6347
- static int i = 0;
6348
- i++;
6349
- if(i == 100){
6350
- i = 0;
6351
- uint32_t hWM = uxTaskGetStackHighWaterMark(NULL);
6352
- // log_i("hwm %i", hWM);
6353
- }
6354
}
0 commit comments