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
Communicate Rx available antenna mode to the Tx (#3039)
[ExpressLRS.git]
/
src
/
lib
/
SerialUpdate
/
devSerialUpdate.h
blob
83d9449181ceed5de1b3c03d904341b686f61346
1
#pragma once
2
3
#if defined(PLATFORM_ESP32) && defined(TARGET_RX)
4
#include
"device.h"
5
6
extern
device_t SerialUpdate_device
;
7
#endif