complete ble ota move

This commit is contained in:
geeksville
2020-05-14 14:22:11 -07:00
parent 14fdd33972
commit 5ec5248fe4
8 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#include <Arduino.h>
#include <BLEDevice.h>
#include <BLEServer.h>
#include <BLEUtils.h>
BLEService *createUpdateService(BLEServer *server, std::string hwVendor, std::string swVersion, std::string hwVersion);
void destroyUpdateService();
void bluetoothRebootCheck();