mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-06 21:58:24 +00:00
8 lines
146 B
C
8 lines
146 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
BLEService *createUpdateService(BLEServer* server);
|
|
|
|
void destroyUpdateService();
|
|
void bluetoothRebootCheck(); |