mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-03 15:14:51 -04:00
Cleanup
This commit is contained in:
parent
a9a68d164e
commit
304cdd2968
6 changed files with 16 additions and 8 deletions
|
@ -1,3 +1,7 @@
|
|||
#include "Boards.h"
|
||||
|
||||
#if HAS_BLE
|
||||
|
||||
#include "BLESerial.h"
|
||||
|
||||
uint32_t bt_passkey_callback();
|
||||
|
@ -127,3 +131,5 @@ void BLESerial::SetupSerialService() {
|
|||
}
|
||||
|
||||
BLESerial::BLESerial() { }
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue