Skip to content

Commit bbdc86c

Browse files
author
Eric Albers
committed
add missing include
1 parent 828bf8e commit bbdc86c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/BLE/src/BLEClient.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include <esp_bt_main.h>
1111
#include <esp_gap_ble_api.h>
1212
#include <esp_gattc_api.h>
13+
#include <esp_gatt_common_api.h>// ESP32 BLE
1314
#include "BLEClient.h"
1415
#include "BLEUtils.h"
1516
#include "BLEService.h"

0 commit comments

Comments
 (0)