bt to mesh code is written

This commit is contained in:
geeksville
2020-02-01 16:14:34 -08:00
parent 490331f3cd
commit de03dc88f4
6 changed files with 185 additions and 153 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
#include <Arduino.h>
BLEService *createMeshBluetoothService(BLEServer* server);