mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Disable forced Enabling of Telemetry Inversion
This commit is contained in:
parent
bf7b093c93
commit
7df4fbe357
1 changed files with 0 additions and 6 deletions
|
@ -891,12 +891,6 @@ void validateAndFixConfig(void)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef STM32F303xC
|
|
||||||
// hardware supports serial port inversion, make users life easier for those that want to connect SBus RX's
|
|
||||||
masterConfig.telemetryConfig.telemetry_inversion = 1;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/*#if defined(LED_STRIP) && defined(TRANSPONDER) // TODO - Add transponder feature
|
/*#if defined(LED_STRIP) && defined(TRANSPONDER) // TODO - Add transponder feature
|
||||||
if ((WS2811_DMA_TC_FLAG == TRANSPONDER_DMA_TC_FLAG) && featureConfigured(FEATURE_TRANSPONDER) && featureConfigured(FEATURE_LED_STRIP)) {
|
if ((WS2811_DMA_TC_FLAG == TRANSPONDER_DMA_TC_FLAG) && featureConfigured(FEATURE_TRANSPONDER) && featureConfigured(FEATURE_LED_STRIP)) {
|
||||||
featureClear(FEATURE_LED_STRIP);
|
featureClear(FEATURE_LED_STRIP);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue