From aa797a27fd664b5b4ebc07e9662248eb91aeae83 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Wed, 5 Aug 2015 17:15:21 +0100 Subject: [PATCH] Update baseflight migration guide to reference the cli `serial` command. --- docs/Migrating from baseflight.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Migrating from baseflight.md b/docs/Migrating from baseflight.md index 2ffd11edecd..58e6f051370 100644 --- a/docs/Migrating from baseflight.md +++ b/docs/Migrating from baseflight.md @@ -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