1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-26 01:35:16 +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)
"internalmulti",
#endif
#if defined(INTERNAL_MODULE_PXX2)
"internalaccess",
#endif
#if defined(MULTIMODULE)
"multimodule",
#endif