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