mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Updating example serial configuration scenarios.
This commit is contained in:
parent
3bc9dc7121
commit
12b00c237f
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,7 @@ feature -RX_PARALLEL_PWM
|
|||
feature RX_SERIAL
|
||||
feature TELEMETRY
|
||||
feature SOFTSERIAL
|
||||
set serial_port_1_scenario = 5
|
||||
set serial_port_2_scenario = 3
|
||||
set serial_port_3_scenario = 4
|
||||
save
|
||||
|
@ -110,6 +111,8 @@ feature RX_PPM
|
|||
feature TELEMETRY
|
||||
feature GPS
|
||||
feature SOFTSERIAL
|
||||
set serial_port_1_scenario = 5
|
||||
set serial_port_2_scenario = 2
|
||||
set serial_port_3_scenario = 4
|
||||
save
|
||||
```
|
||||
|
@ -143,6 +146,7 @@ e) HoTT Telemetry via UART2
|
|||
feature -RX_PARALLEL_PWM
|
||||
feature RX_PPM
|
||||
feature TELEMETRY
|
||||
set serial_port_1_scenario = 5
|
||||
set serial_port_2_scenario = 4
|
||||
set telemetry_provider = 1
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue