mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 02:02:23 +00:00
6 lines
84 B
C++
6 lines
84 B
C++
|
|
#include "target_specific.h"
|
||
|
|
|
||
|
|
void setBluetoothEnable(bool on)
|
||
|
|
{
|
||
|
|
// Do nothing
|
||
|
|
}
|