mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-01-14 16:57:17 -05: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;
|
||
|
}
|