mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
Added bluetooth driver placeholder
This commit is contained in:
parent
ef771bba36
commit
00a05f0b10
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…
Reference in New Issue
Block a user