repo.or.cz
/
ExpressLRS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MSP VTX device (#2007)
[ExpressLRS.git]
/
src
/
lib
/
BLE
/
devBLE.h
blob
06855dd346658e5413935682d0165745c6355ea2
1
#pragma once
2
3
#include
"device.h"
4
5
#if defined(PLATFORM_ESP32)
6
extern
device_t BLE_device
;
7
#define HAS_BLE
8
#endif