Files
lora_meshtastic_project/code/firmware/src/target_specific.h
T

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);