Loading...
Searching...
No Matches
3#define A2DP_DEPRECATED __attribute__((deprecated))
7#if __has_include("esp_arduino_version.h")
8#include "esp_arduino_version.h"
9# if ESP_ARDUINO_VERSION_MAJOR >= 2
14#if __has_include("esp_idf_version.h")
15#include "esp_idf_version.h"
16# if ESP_IDF_VERSION_MAJOR >= 4
23#ifndef AUTOCONNECT_TRY_NUM
24# define AUTOCONNECT_TRY_NUM 1000
30using namespace esp_i2s;
34#if defined(CONFIG_IDF_TARGET_ESP32C3) || defined(CONFIG_IDF_TARGET_ESP32S2) || defined(CONFIG_IDF_TARGET_ESP32S3)
35#error "ESP32C3, ESP32S2, ESP32S3 do not support A2DP"