Skip to content

Commit 07a0fff

Browse files
committed
Fix some missing BT header
1 parent 1b5a231 commit 07a0fff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/SimpleBLE/src/SimpleBLE.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
#include "SimpleBLE.h"
2020
#include "esp32-hal-log.h"
2121

22-
#include "bt.h"
23-
#include "bta_api.h"
22+
#include "esp_bt.h"
2423
#include "esp_gap_ble_api.h"
2524
#include "esp_gatts_api.h"
2625
#include "esp_bt_defs.h"

0 commit comments

Comments
 (0)