mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 00:35:18 +03:00
No more REV9E and REVPLUS
This commit is contained in:
parent
0f740358f2
commit
51223a5864
60 changed files with 248 additions and 249 deletions
|
@ -141,7 +141,7 @@ void telemetryWakeup()
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(PCBTARANIS) && defined(REVPLUS)
|
||||
#if defined(PCBX9DP) || defined(PCBX9E)
|
||||
#define FRSKY_BAD_ANTENNA() (IS_VALID_XJT_VERSION() && telemetryData.swr.value > 0x33)
|
||||
#else
|
||||
#define FRSKY_BAD_ANTENNA() (telemetryData.swr.value > 0x33)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue