forked from espressif/arduino-esp32
Fix for BluetoothSerial build when using nimBLE instead of Bluedroid (#5920)
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Author: Thomas M. (ArcticSnowSky)
|
||||
*/
|
||||
#include "sdkconfig.h"
|
||||
#if defined(CONFIG_BT_ENABLED)
|
||||
#if defined(CONFIG_BT_ENABLED) && defined(CONFIG_BLUEDROID_ENABLED)
|
||||
|
||||
#include "BTAddress.h"
|
||||
#include <string>
|
||||
|
Reference in New Issue
Block a user