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
1 changed files with 2 additions and 4 deletions

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