implemented make discoverable button

This commit is contained in:
Clemens-Dautermann 2022-02-09 20:22:55 +01:00 committed by Clemens-Dautermann
parent 2ef91e2810
commit 361b092d4e
3 changed files with 44 additions and 1 deletions

View file

@ -13,9 +13,11 @@ class BluetoothServer {
private:
BLEService *sensorService;
BLEServer *bleServer;
bool advertiserLock;
public:
BluetoothServer();
void startAdvertising();
void startServer();
void setTemperature(float temperature);
void setPressure(float pressure);