RNode_Firmware/Bluetooth.h

5 lines
87 B
C
Raw Normal View History

2022-10-28 18:51:17 -04:00
bool bt_ready = false;
bool bt_init() {
bt_state = BT_STATE_OFF;
return true;
}