We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc295f commit 79971f2Copy full SHA for 79971f2
CMakeLists.txt
@@ -41,6 +41,9 @@ set(LIBRARY_SRCS
41
libraries/ArduinoOTA/src/ArduinoOTA.cpp
42
libraries/AsyncUDP/src/AsyncUDP.cpp
43
libraries/BluetoothSerial/src/BluetoothSerial.cpp
44
+ libraries/BluetoothSerial/src/BTAddress.cpp
45
+ libraries/BluetoothSerial/src/BTAdvertisedDeviceSet.cpp
46
+ libraries/BluetoothSerial/src/BTScanResultsSet.cpp
47
libraries/DNSServer/src/DNSServer.cpp
48
libraries/EEPROM/src/EEPROM.cpp
49
libraries/ESPmDNS/src/ESPmDNS.cpp
0 commit comments