8000 Merge pull request #756 from luisan00/patch-1 · BirdAPI/esp32-snippets@2bb21f0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2bb21f0

Browse files
authored
Merge pull request nkolban#756 from luisan00/patch-1
Fix error: 'BLEAddress' does not name a type
2 parents 25496da + 5d61680 commit 2bb21f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp_utils/BLERemoteCharacteristic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "BLERemoteService.h"
1818
#include "BLERemoteDescriptor.h"
1919
#include "BLEUUID.h"
20+
#include "BLEAddress.h"
2021
#include "FreeRTOS.h"
2122

2223
class BLERemoteService;

0 commit comments

Comments
 (0)
0