8000 Fix for #37 · highwalker/esp32-snippets@9708e30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9708e30

Browse files
committed
Fix for nkolban#37
1 parent e9aca15 commit 9708e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp_utils/Makefile.arduino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# The source file for BLE
99
#
1010
BLE_FILES= \
11-
BLE.cpp \
12-
BLE.h \
11+
BLEDevice.cpp \
12+
BLEDevice.h \
1313
BLE2902.cpp \
1414
BLE2902.h \
1515
BLEAddress.cpp \

0 commit comments

Comments
 (0)
0