From: Mark Qvist Date: Fri, 28 Oct 2022 22:51:17 +0000 (+0200) Subject: Added bluetooth driver placeholder X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=00a05f0b10da680a185d6eabba9ec2e99d21491b;p=lora-radio.git Added bluetooth driver placeholder --- diff --git a/Bluetooth.h b/Bluetooth.h new file mode 100644 index 0000000..d28b6c9 --- /dev/null +++ b/Bluetooth.h @@ -0,0 +1,5 @@ +bool bt_ready = false; +bool bt_init() { + bt_state = BT_STATE_OFF; + return true; +} \ No newline at end of file