mirror of
https://github.com/opentx/opentx.git
synced 2025-07-18 22:05:10 +03:00
Add internalaccess firmware option to version screen
This commit is contained in:
parent
e26abb5650
commit
18e07258aa
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ static const char * options[] = {
|
||||||
#if defined(INTERNAL_MODULE_MULTI)
|
#if defined(INTERNAL_MODULE_MULTI)
|
||||||
"internalmulti",
|
"internalmulti",
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(INTERNAL_MODULE_PXX2)
|
||||||
|
"internalaccess",
|
||||||
|
#endif
|
||||||
#if defined(MULTIMODULE)
|
#if defined(MULTIMODULE)
|
||||||
"multimodule",
|
"multimodule",
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue