This commit is contained in:
Mark Qvist 2024-09-30 19:18:30 +02:00
parent a9a68d164e
commit 304cdd2968
6 changed files with 16 additions and 8 deletions

View file

@ -1,4 +1,7 @@
#pragma once
#include "Boards.h"
#if HAS_BLE
#include <Arduino.h>
#include <BLEDevice.h>
@ -109,3 +112,5 @@ private:
bool started = false;
};
#endif