Skip to content

Commit c3b58b0

Browse files
committed
spdif use AudioConfigLocal.h for config
1 parent b777297 commit c3b58b0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/sandbox/basic-a2dp-spdif/basic-a2dp-spdif.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616

1717
#define USE_A2DP
18+
#include "AudioConfigLocal.h"
1819
#include "AudioTools.h"
1920
#include "AudioExperiments/AudioSPDIF.h"
2021

examples/sandbox/streams-generator-spdif/streams-generator-spdif.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* @copyright GPLv3
77
*/
88

9+
#include "AudioConfigLocal.h"
910
#include "AudioTools.h"
1011
#include "AudioExperiments/AudioSPDIF.h"
1112

0 commit comments

Comments
 (0)