7 lines
117 B
C
7 lines
117 B
C
#pragma once
|
|
|
|
#include <Arduino.h>
|
|
|
|
BLEService *createUpdateService(BLEServer* server);
|
|
|
|
void bluetoothRebootCheck(); |