]> git.tnoah.ca Git - lora-radio.git/commitdiff
Added bluetooth driver placeholder
authorMark Qvist <mark@unsigned.io>
Fri, 28 Oct 2022 22:51:17 +0000 (00:51 +0200)
committerMark Qvist <mark@unsigned.io>
Fri, 28 Oct 2022 22:51:17 +0000 (00:51 +0200)
Bluetooth.h [new file with mode: 0644]

diff --git a/Bluetooth.h b/Bluetooth.h
new file mode 100644 (file)
index 0000000..d28b6c9
--- /dev/null
@@ -0,0 +1,5 @@
+bool bt_ready = false;
+bool bt_init() {
+    bt_state = BT_STATE_OFF;
+    return true;
+}
\ No newline at end of file