mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Added RX_CHANNELS_TAER build flag
This commit is contained in:
parent
918e4e8f27
commit
2a645f1058
1 changed files with 4 additions and 0 deletions
|
@ -591,7 +591,11 @@ static void resetConf(void)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Radio
|
// Radio
|
||||||
|
#ifdef RX_CHANNELS_TAER
|
||||||
|
parseRcChannels("TAER1234", &masterConfig.rxConfig);
|
||||||
|
#else
|
||||||
parseRcChannels("AETR1234", &masterConfig.rxConfig);
|
parseRcChannels("AETR1234", &masterConfig.rxConfig);
|
||||||
|
#endif
|
||||||
|
|
||||||
resetRcControlsConfig(&masterConfig.rcControlsConfig);
|
resetRcControlsConfig(&masterConfig.rcControlsConfig);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue