portduino now links!

This commit is contained in:
geeksville
2020-09-06 09:24:08 -07:00
parent fefd3d78f3
commit b8d39845cf
6 changed files with 42 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
#pragma once
#include <Arduino.h>
// Functions that are unique to particular target types (esp32, bare, nrf52 etc...)
// Enable/disable bluetooth.
void setBluetoothEnable(bool on);
void setBluetoothEnable(bool on);
void getMacAddr(uint8_t *dmac);