Skip to content

Commit fbc671a

Browse files
authored
Update basic-audiokit-a2dp.ino
1 parent 9ce4afa commit fbc671a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/examples-audiokit/basic-audiokit-a2dp/basic-audiokit-a2dp.ino

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
/**
22
* @file base-audiokit-a2dp.ino
33
* @author Phil Schatzmann
4-
* @brief We play mp4 files to an A2DP speaker
5-
* make sure that you compile with partition scheme: huge app
4+
* @brief We play the input from the ADC to an A2DP speaker
65
* @copyright GPLv3
76
*/
87

@@ -41,4 +40,4 @@ void setup(void) {
4140

4241
// Arduino loop - repeated processing
4342
void loop() {
44-
}
43+
}

0 commit comments

Comments
 (0)