firmware/lib/BluetoothOTA/src/BluetoothSoftwareUpdate.h

7 lines
117 B
C

#pragma once
#include <Arduino.h>
BLEService *createUpdateService(BLEServer* server);
void bluetoothRebootCheck();