You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,15 +109,15 @@ The library also provides a versatile [AudioPlayer](https://pschatzmann.github.i
109
109
110
110
The application uses a built in logger (see AudioLogger.h and AudioConfig.h). You can e.g. deactivate the logging by changing USE_AUDIO_LOGGING to false in the AudioConfig.h:
111
111
112
-
```
112
+
```C++
113
113
#define USE_AUDIO_LOGGING false
114
114
#define LOG_LEVEL AudioLogger::Warning
115
115
#define LOG_STREAM Serial
116
116
```
117
117
118
118
Per default we use the log level warning and the logging output is going to Serial. You can also change this in your sketch by calling AudioLogger begin with the output stream and the log level e.g:
0 commit comments