Stable bluetooth

Fix bluetooth disconnect
This commit is contained in:
Sebastien Leclerc
2019-05-28 17:47:14 -04:00
parent 7a29da9d3e
commit 5107f995e6
4 changed files with 102 additions and 22 deletions

View File

@@ -147,6 +147,13 @@ menu "Squeezelite-ESP32"
default "Squeezelite"
help
This is the name of the device that the Bluetooth speaker will see when it is connected to.
config A2DP_CONTROL_DELAY_MS
int "Control loop delay. "
depends on BTAUDIO
default 500
help
Decreasing this will lead to a more responsive BT control, but might lead to noisy log files if debug is enabled.
endmenu
endmenu