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
Add missing wifi targets for some DIY modules (#1210)
[ExpressLRS.git]
/
src
/
include
/
options.h
blob
1ccdd6d024304b8ebb092474c3e470244a651052
1
#pragma once
2
3
extern
const unsigned char
target_name
[];
4
extern
const uint8_t
target_name_size
;
5
extern
const char
device_name
[];
6
extern
const uint8_t
device_name_size
;
7
extern
const char
PROGMEM compile_options
[];