mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2024-07-02 14:34:13 +02:00
5 lines
87 B
C
5 lines
87 B
C
bool bt_ready = false;
|
|
bool bt_init() {
|
|
bt_state = BT_STATE_OFF;
|
|
return true;
|
|
} |