diff --git a/components/audio_stream/http_stream.c b/components/audio_stream/http_stream.c index d38805644..b636e8776 100644 --- a/components/audio_stream/http_stream.c +++ b/components/audio_stream/http_stream.c @@ -575,6 +575,7 @@ static esp_err_t _http_open(audio_element_handle_t self) // if not initialize http client, initial it if (http->client == NULL) { esp_http_client_config_t http_cfg = { + .auth_type = HTTP_AUTH_TYPE_BASIC, .url = uri, .event_handler = _http_event_handle, .user_data = self, diff --git a/components/esp-adf-libs b/components/esp-adf-libs index b4ab944fd..619b3bac9 160000 --- a/components/esp-adf-libs +++ b/components/esp-adf-libs @@ -1 +1 @@ -Subproject commit b4ab944fda9955f4b980c816573d95ac675bb43e +Subproject commit 619b3bac9a34617f288c6e68f3c587618b1c68bb diff --git a/components/esp-sr b/components/esp-sr index 0c1eecaac..a779e5403 160000 --- a/components/esp-sr +++ b/components/esp-sr @@ -1 +1 @@ -Subproject commit 0c1eecaac259af95f76723b61d4e16cef5904fc7 +Subproject commit a779e54037aa93cc74cd1dd27c0cb2f7a2bb10b9