Files
lora_meshtastic_project/code/firmware-2.7.15.567b8ea/src/target_specific.h
T
kevin 26d5971aba 稳定版代码
Signed-off-by: 吴文峰 <kevin@lmve.net>
2026-03-06 19:52:05 +08:00

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