mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 07:04:53 -04:00
Added bluetooth driver placeholder
This commit is contained in:
parent
ef771bba36
commit
00a05f0b10
1 changed files with 5 additions and 0 deletions
5
Bluetooth.h
Normal file
5
Bluetooth.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
bool bt_ready = false;
|
||||
bool bt_init() {
|
||||
bt_state = BT_STATE_OFF;
|
||||
return true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue