File tree 4 files changed +4
-4
lines changed
libraries/BluetoothSerial/src
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
* Author: Thomas M. (ArcticSnowSky)
8
8
*/
9
9
#include " sdkconfig.h"
10
- #if defined(CONFIG_BT_ENABLED)
10
+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
11
11
12
12
#include " BTAddress.h"
13
13
#include < string>
Original file line number Diff line number Diff line change 10
10
#ifndef COMPONENTS_CPP_UTILS_BTADDRESS_H_
11
11
#define COMPONENTS_CPP_UTILS_BTADDRESS_H_
12
12
#include " sdkconfig.h"
13
- #if defined(CONFIG_BT_ENABLED)
13
+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
14
14
#include < esp_gap_bt_api.h> // ESP32 BT
15
15
#include < string>
16
16
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
#include " sdkconfig.h"
9
- #if defined(CONFIG_BT_ENABLED)
9
+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
10
10
11
11
// #include <map>
12
12
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
#include " sdkconfig.h"
9
- #if defined(CONFIG_BT_ENABLED)
9
+ #if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
10
10
11
11
12
12
#include < esp_err.h>
You can’t perform that action at this time.
0 commit comments