mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
R9 UI work in process
This commit is contained in:
parent
4963ad4972
commit
c490b1abae
3 changed files with 7 additions and 31 deletions
|
@ -517,14 +517,6 @@ bool isSourceAvailableInResetSpecialFunction(int index)
|
|||
}
|
||||
}
|
||||
|
||||
bool isR9ModuleRunning(int module)
|
||||
{
|
||||
#if defined(SIMU)
|
||||
return g_model.moduleData[module].type == MODULE_TYPE_R9M && TELEMETRY_STREAMING(); // Simu uses telemetry simu to activate/desactivate R9
|
||||
#else
|
||||
return g_model.moduleData[module].type == MODULE_TYPE_R9M && R9ModuleStreaming;
|
||||
#endif
|
||||
}
|
||||
#if defined(PCBXLITE)
|
||||
bool isR9MModeAvailable(int mode)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue