RNode_Firmware_CE/Bluetooth.h
2022-10-29 00:51:17 +02:00

5 lines
87 B
C

bool bt_ready = false;
bool bt_init() {
bt_state = BT_STATE_OFF;
return true;
}