mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-15 07:12:34 +00:00
7 lines
117 B
C
7 lines
117 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <Arduino.h>
|
||
|
|
|
||
|
|
BLEService *createUpdateService(BLEServer* server);
|
||
|
|
|
||
|
|
void bluetoothRebootCheck();
|