mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
5 pins were displayed when max was 4 in RX options
This commit is contained in:
parent
16a0baf4e1
commit
b18fa3b60b
3 changed files with 30 additions and 19 deletions
|
@ -1400,4 +1400,13 @@ enum JackMode {
|
|||
#include "gyro.h"
|
||||
#endif
|
||||
|
||||
inline bool isSimu()
|
||||
{
|
||||
#if defined(SIMU)
|
||||
return true;
|
||||
#else
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif // _OPENTX_H_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue