mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 04:27:12 +03:00
really triggering a new build - release
This commit is contained in:
@@ -182,8 +182,6 @@ CONFIG_BT_A2DP_ENABLE=y
|
|||||||
CONFIG_BT_SSP_ENABLED=y
|
CONFIG_BT_SSP_ENABLED=y
|
||||||
# CONFIG_BT_BLE_ENABLED is not set
|
# CONFIG_BT_BLE_ENABLED is not set
|
||||||
CONFIG_BT_STACK_NO_LOG=n
|
CONFIG_BT_STACK_NO_LOG=n
|
||||||
CONFIG_BT_BLE_ENABLED=n
|
|
||||||
CONFIG_BT_BLE_SMP_ENABLE=y
|
|
||||||
CONFIG_BT_ACL_CONNECTIONS=4
|
CONFIG_BT_ACL_CONNECTIONS=4
|
||||||
CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y
|
CONFIG_BT_ALLOCATION_FROM_SPIRAM_FIRST=y
|
||||||
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
|
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
|
||||||
|
|||||||
@@ -334,7 +334,7 @@ static void *stream_thread() {
|
|||||||
|
|
||||||
n = _recv(ssl, fd, streambuf->writep, space, 0);
|
n = _recv(ssl, fd, streambuf->writep, space, 0);
|
||||||
if (n == 0) {
|
if (n == 0) {
|
||||||
LOG_INFO("end of stream");
|
LOG_INFO("end of stream (%u bytes)", stream.bytes);
|
||||||
_disconnect(DISCONNECT, DISCONNECT_OK);
|
_disconnect(DISCONNECT, DISCONNECT_OK);
|
||||||
}
|
}
|
||||||
if (n < 0 && _last_error() != ERROR_WOULDBLOCK) {
|
if (n < 0 && _last_error() != ERROR_WOULDBLOCK) {
|
||||||
|
|||||||
Reference in New Issue
Block a user