Volume in streams-generator-a2dp.ino #142
-
I ran the code from the example streams-generator-a2dp.ino on an ESP32 sending to a "Teufel BAMSTER XS". |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I think the value needs to be between 0 and 1.0 so 1 is 100%. |
Beta Was this translation helpful? Give feedback.
-
Thanks, that worked. out.auto_reconnect = true; // if this is use we just quickly connect to the last device ignoring cfg.name |
Beta Was this translation helpful? Give feedback.
-
auto_reconnect is an attribute of A2DPConfig: I adjusted the example. |
Beta Was this translation helpful? Give feedback.
-
Probably the statement should be cfgA2DP.auto_reconnect = true; instead id cfg1 ... false? |
Beta Was this translation helpful? Give feedback.
-
absolutely yes! |
Beta Was this translation helpful? Give feedback.
I think the value needs to be between 0 and 1.0 so 1 is 100%.
I suggest that you try with 0.1