Skip to content

Commit

Permalink
Merge pull request #56 from archi/refactor_0
Browse files Browse the repository at this point in the history
fix issue #16 by adding a 250ms delay
  • Loading branch information
dspverden authored Nov 7, 2020
2 parents 23c243a + a7235c3 commit 58badc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SOURCES/WEBAPP/ESP32/aurora/AK4458.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void softMuteDAC( void )
*/
void softUnmuteDAC( void )
{
delay( 250 );
AK4458_REGWRITE( AK4458_CONTROL2, 0b00100010 );
}

0 comments on commit 58badc2

Please sign in to comment.