Stabilize BT connect

This commit is contained in:
Sebastien Leclerc
2019-05-29 18:35:49 -04:00
parent 5107f995e6
commit f7894b9ea3
4 changed files with 172 additions and 86 deletions

View File

@@ -48,4 +48,5 @@ CONFIG_ESPTOOLPY_BAUD_2MB=y
CONFIG_ESPTOOLPY_BAUD=2000000
# Decreasing the delay here leads to a more responsive control of the playback.
# If debug logging set on output, this should be raised as it will generate a lot of noise in logs
CONFIG_A2DP_CONTROL_DELAY_MS=500
CONFIG_A2DP_CONTROL_DELAY_MS=500
CONFIG_A2DP_CONNECT_TIMEOUT_MS=1000