1
0
Fork 0
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:
Dominic Clifton 2015-08-05 17:15:21 +01:00
parent 402f90cc71
commit aa797a27fd

View file

@ -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