1
0
Fork 0
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:
3djc 2020-04-28 16:50:24 +02:00
parent 114fd2c4f3
commit 3d9256e555

View file

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