File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
libraries/BluetoothSerial/src Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 * Author: Thomas M. (ArcticSnowSky)
88 */
99#include " sdkconfig.h"
10- #if defined(CONFIG_BT_ENABLED)
10+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
1111
1212#include " BTAddress.h"
1313#include < string>
Original file line number Diff line number Diff line change 1010#ifndef COMPONENTS_CPP_UTILS_BTADDRESS_H_
1111#define COMPONENTS_CPP_UTILS_BTADDRESS_H_
1212#include " sdkconfig.h"
13- #if defined(CONFIG_BT_ENABLED)
13+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
1414#include < esp_gap_bt_api.h> // ESP32 BT
1515#include < string>
1616
Original file line number Diff line number Diff line change 66 */
77
88#include " sdkconfig.h"
9- #if defined(CONFIG_BT_ENABLED)
9+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
1010
1111// #include <map>
1212
Original file line number Diff line number Diff line change 66 */
77
88#include " sdkconfig.h"
9- #if defined(CONFIG_BT_ENABLED)
9+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
1010
1111
1212#include < esp_err.h>
You can’t perform that action at this time.
0 commit comments