mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 22:17:17 +03:00
BT updates and default config
This commit is contained in:
@@ -518,7 +518,7 @@ static int32_t bt_app_a2d_data_cb(uint8_t *data, int32_t len)
|
||||
|
||||
UNLOCK;
|
||||
|
||||
frames_wanted = len * bytes_per_frame;
|
||||
frames_wanted = len / bytes_per_frame;
|
||||
ret = len;
|
||||
|
||||
LOCK;
|
||||
|
||||
Reference in New Issue
Block a user