mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 05:31:25 +00:00
![Ben Meadors](/assets/img/avatar_default.png)
* NRF52 bluetooth cleanup. Fixes BLE not returning after serial PhoneAPI connection * Use new var name in esp32 arch
10 lines
220 B
C
10 lines
220 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
// Functions that are unique to particular target types (esp32, bare, nrf52 etc...)
|
|
|
|
// Enable/disable bluetooth.
|
|
void setBluetoothEnable(bool enable);
|
|
|
|
void getMacAddr(uint8_t *dmac); |