1
0
Fork 0
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:
3djc 2020-03-08 19:53:30 +01:00
parent e26abb5650
commit 18e07258aa

View file

@ -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