mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 16:55:20 +03:00
Default AETR for Jumper radio too
This commit is contained in:
parent
114fd2c4f3
commit
3d9256e555
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ void generalDefault()
|
|||
|
||||
#if defined(FRSKY_RELEASE)
|
||||
g_eeGeneral.templateSetup = 17; /* TAER */
|
||||
#elif defined(RADIO_TX16S) //TODO : is RADIO_FAMILLY_T16 better ?
|
||||
#elif defined(RADIO_FAMILY_T16)
|
||||
g_eeGeneral.templateSetup = 21; /* AETR to match bundled multi */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue