move my bt experiment into its own repo (about to remove ttn)

This commit is contained in:
geeksville
2020-02-01 08:30:53 -08:00
commit cdb7153071
23 changed files with 2609 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
#include <Arduino.h>
BLEService *createUpdateService(BLEServer* server);
void bluetoothRebootCheck();