mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Update baseflight migration guide to reference the cli serial
command.
This commit is contained in:
parent
402f90cc71
commit
aa797a27fd
1 changed files with 2 additions and 4 deletions
|
@ -31,11 +31,9 @@ verify your aux config is correct - aux settings are not backwards compatible.
|
|||
In general all CLI commands use underscore characters to separate words for consistency. In baseflight the format of CLI commands is somewhat haphazard.
|
||||
|
||||
### gps_baudrate
|
||||
reason: unified baud rate configuration
|
||||
reason: new serial port configuration.
|
||||
|
||||
If an unsupported baud rate value is used the gps code will select 115200 baud.
|
||||
|
||||
see `serial_port_x_gps_baudrate`
|
||||
See `serial` command.
|
||||
|
||||
### gps_type
|
||||
reason: renamed to `gps_provider` for consistency
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue