mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 18:59:56 +00:00
6 lines
161 B
C
6 lines
161 B
C
|
#pragma once
|
||
|
|
||
|
// Functions that are unique to particular target types (esp32, bare, nrf52 etc...)
|
||
|
|
||
|
// Enable/disable bluetooth.
|
||
|
void setBluetoothEnable(bool on);
|