mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 20:35:33 +03:00
Merge pull request #1223 from mikeller/add_fast_msp_support_to_cli
Added support for setting fast MSP bitrates in CLI.
This commit is contained in:
commit
69719788cb
1 changed files with 1 additions and 1 deletions
|
@ -1324,7 +1324,7 @@ static void cliSerial(char *cmdline)
|
|||
|
||||
switch(i) {
|
||||
case 0:
|
||||
if (baudRateIndex < BAUD_9600 || baudRateIndex > BAUD_115200) {
|
||||
if (baudRateIndex < BAUD_9600 || baudRateIndex > BAUD_1000000) {
|
||||
continue;
|
||||
}
|
||||
portConfig.msp_baudrateIndex = baudRateIndex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue