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 f3fce23 commit a83fafaCopy full SHA for a83fafa
examples/examples-stream/streams-generator-a2dp/streams-generator-a2dp.ino
@@ -41,7 +41,7 @@ void setup(void) {
41
// We send the test signal via A2DP - so we conect to the MyMusic Bluetooth Speaker
42
auto cfgA2DP = out.defaultConfig(TX_MODE);
43
cfgA2DP.name = "LEXON MINO L";
44
- //cfg1.auto_reconnect = false;
+ //cfgA2DP.auto_reconnect = false;
45
out.begin(cfgA2DP);
46
out.setVolume(0.3);
47
Serial.println("A2DP is connected now...");
0 commit comments