mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-23 21:40:14 +00:00
11 lines
282 B
C++
11 lines
282 B
C++
#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(); |