Unverified Commit b42083f2 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Add "Needs Bluetooth" compile warning (#2197)

parent f820dc13
#include <_needsbt.h>
#include <BluetoothLock.h> #include <BluetoothLock.h>
#include <BluetoothDevice.h> #include <BluetoothDevice.h>
#include <BluetoothHCI.h> #include <BluetoothHCI.h>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#pragma once #pragma once
#include <_needsbt.h>
#include <Arduino.h> #include <Arduino.h>
#include <list> #include <list>
#include <memory> #include <memory>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#pragma once #pragma once
#include <_needsbt.h>
#include <Arduino.h> #include <Arduino.h>
class BluetoothLock { class BluetoothLock {
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#pragma once #pragma once
#include <_needsbt.h>
#include <Arduino.h> #include <Arduino.h>
#include <list> #include <list>
#include <memory> #include <memory>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment