diff --git a/index.html b/index.html index 8654509a0..7ba4f4dab 100644 --- a/index.html +++ b/index.html @@ -120,12 +120,13 @@
The library also provides a versatile AudioPlayer. Further information can be found in the Wiki
The application uses a built in logger (see AudioLogger.h and AudioConfig.h). You can deactivate the logging by changing USE_AUDIO_LOGGING to false in the AudioConfig.h to decrease the memory usage:
-Per default we use the log level warning and the logging output is going to Serial. You can change this in your sketch by calling AudioLogger begin with the output stream and the log level e.g:
+The application uses a built in logger: By default we use the log level warning and the logging output is going to Serial. You can change this in your sketch by calling e.g:
Valid values are: Debug, Info, Warning, Error.
+You can also deactivate the logging by changing USE_AUDIO_LOGGING to false in the AudioConfig.h to decrease the memory usage:
+Get some inspiration from projects that were using this library or share your projects with the community.