mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
correction - release
This commit is contained in:
@@ -320,12 +320,9 @@ static bool raop_sink_cmd_handler(raop_event_t event, va_list args)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/****************************************************************************************
|
|
||||||
|
|
||||||
/****************************************************************************************
|
/****************************************************************************************
|
||||||
* We provide the generic codec register option
|
* We provide the generic codec register option
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(ESP_PLATFORM) && defined(CONFIG_BT_SINK)
|
#if defined(ESP_PLATFORM) && defined(CONFIG_BT_SINK)
|
||||||
void bt_delay_start(TimerHandle_t xTimer) {
|
void bt_delay_start(TimerHandle_t xTimer) {
|
||||||
xTimerDelete(xTimer, portMAX_DELAY);
|
xTimerDelete(xTimer, portMAX_DELAY);
|
||||||
|
|||||||
Reference in New Issue
Block a user