mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Removed 'tlm_switch', replaced with 'isModeActivationConditionPresent(BOXTELEMETRY)'.
This commit is contained in:
parent
7b831f94ee
commit
19a360b867
6 changed files with 6 additions and 9 deletions
|
@ -276,7 +276,7 @@ bool isSerialConfigValid(const serialConfig_t *serialConfigToCheck)
|
|||
* rules:
|
||||
* - 1 MSP port minimum, max MSP ports is defined and must be adhered to.
|
||||
* - MSP is allowed to be shared with EITHER any telemetry OR blackbox.
|
||||
* (using either / or, switching based on armed / disarmed or an AUX channel if 'telemetry_switch' is true
|
||||
* (using either / or, switching based on armed / disarmed or the AUX channel configured for BOXTELEMETRY)
|
||||
* - serial RX and FrSky / LTM / MAVLink telemetry can be shared
|
||||
* (serial RX using RX line, telemetry using TX line)
|
||||
* - No other sharing combinations are valid.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue