Skip to content

Commit a83fafa

Browse files
committed
a2dp example
1 parent f3fce23 commit a83fafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/examples-stream/streams-generator-a2dp/streams-generator-a2dp.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void setup(void) {
4141
// We send the test signal via A2DP - so we conect to the MyMusic Bluetooth Speaker
4242
auto cfgA2DP = out.defaultConfig(TX_MODE);
4343
cfgA2DP.name = "LEXON MINO L";
44-
//cfg1.auto_reconnect = false;
44+
//cfgA2DP.auto_reconnect = false;
4545
out.begin(cfgA2DP);
4646
out.setVolume(0.3);
4747
Serial.println("A2DP is connected now...");

0 commit comments

Comments
 (0)