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 3c5402c commit fa22803Copy full SHA for fa22803
examples/examples-communication/dlna/dlna-audio-renderer/dlna-audio-renderer.ino
@@ -1,7 +1,7 @@
1
// Example for creating a Media Renderer backed by a AudioPlayer
2
3
#include "WiFi.h"
4
-#include "DLNA.h"
+#include "DLNA.h" // https://github.com/pschatzmann/arduino-dlna
5
#include "AudioTools.h"
6
#include "AudioTools/AudioLibs/AudioBoardStream.h"
7
#include "AudioTools/Communication/AudioHttp.h"
0 commit comments