mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Added support for setting fast MSP bitrates in CLI.
This commit is contained in:
parent
ad8201173c
commit
66c1911660
1 changed files with 1 additions and 1 deletions
|
@ -1291,7 +1291,7 @@ static void cliSerial(char *cmdline)
|
||||||
|
|
||||||
switch(i) {
|
switch(i) {
|
||||||
case 0:
|
case 0:
|
||||||
if (baudRateIndex < BAUD_9600 || baudRateIndex > BAUD_115200) {
|
if (baudRateIndex < BAUD_9600 || baudRateIndex > BAUD_1000000) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
portConfig.msp_baudrateIndex = baudRateIndex;
|
portConfig.msp_baudrateIndex = baudRateIndex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue