mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +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 RX_SERIAL
|
||||||
feature TELEMETRY
|
feature TELEMETRY
|
||||||
feature SOFTSERIAL
|
feature SOFTSERIAL
|
||||||
|
set serial_port_1_scenario = 5
|
||||||
set serial_port_2_scenario = 3
|
set serial_port_2_scenario = 3
|
||||||
set serial_port_3_scenario = 4
|
set serial_port_3_scenario = 4
|
||||||
save
|
save
|
||||||
|
@ -110,6 +111,8 @@ feature RX_PPM
|
||||||
feature TELEMETRY
|
feature TELEMETRY
|
||||||
feature GPS
|
feature GPS
|
||||||
feature SOFTSERIAL
|
feature SOFTSERIAL
|
||||||
|
set serial_port_1_scenario = 5
|
||||||
|
set serial_port_2_scenario = 2
|
||||||
set serial_port_3_scenario = 4
|
set serial_port_3_scenario = 4
|
||||||
save
|
save
|
||||||
```
|
```
|
||||||
|
@ -143,6 +146,7 @@ e) HoTT Telemetry via UART2
|
||||||
feature -RX_PARALLEL_PWM
|
feature -RX_PARALLEL_PWM
|
||||||
feature RX_PPM
|
feature RX_PPM
|
||||||
feature TELEMETRY
|
feature TELEMETRY
|
||||||
|
set serial_port_1_scenario = 5
|
||||||
set serial_port_2_scenario = 4
|
set serial_port_2_scenario = 4
|
||||||
set telemetry_provider = 1
|
set telemetry_provider = 1
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue