Files
firmware/src/MeshBluetoothService.h

7 lines
96 B
C
Raw Normal View History

2020-02-01 16:14:34 -08:00
#pragma once
#include <Arduino.h>
BLEService *createMeshBluetoothService(BLEServer* server);