1
0
Fork 0
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:
Bertrand Songis 2016-07-29 14:44:04 +02:00
parent 0f740358f2
commit 51223a5864
60 changed files with 248 additions and 249 deletions

View file

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