mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Fixed serial RX to be able to use TX pin on any F4 target.
This commit is contained in:
parent
edbadf4285
commit
d466af8a44
10 changed files with 50 additions and 9 deletions
|
@ -856,6 +856,7 @@ void createDefaultConfig(master_t *config)
|
|||
#else
|
||||
config->rxConfig.serialrx_provider = 0;
|
||||
#endif
|
||||
config->rxConfig.halfDuplex = 0;
|
||||
config->rxConfig.rx_spi_protocol = RX_SPI_DEFAULT_PROTOCOL;
|
||||
config->rxConfig.sbus_inversion = 1;
|
||||
config->rxConfig.spektrum_sat_bind = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue