mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-30 14:40:40 +00:00
bt to mesh code is written
This commit is contained in:
6
src/MeshBluetoothService.h
Normal file
6
src/MeshBluetoothService.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
BLEService *createMeshBluetoothService(BLEServer* server);
|
||||
|
||||
Reference in New Issue
Block a user