mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-22 06:28:43 -04:00
Cleanup
This commit is contained in:
parent
a9a68d164e
commit
304cdd2968
6 changed files with 16 additions and 8 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue