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 <BluetoothDevice.h>
#include <BluetoothHCI.h>
......
......@@ -20,6 +20,7 @@
#pragma once
#include <_needsbt.h>
#include <Arduino.h>
#include <list>
#include <memory>
......
......@@ -20,6 +20,7 @@
#pragma once
#include <_needsbt.h>
#include <Arduino.h>
class BluetoothLock {
......
......@@ -20,6 +20,7 @@
#pragma once
#include <_needsbt.h>
#include <Arduino.h>
#include <list>
#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