mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
changing flasher speeds
This commit is contained in:
parent
ed963bfdad
commit
763696b380
1 changed files with 3 additions and 1 deletions
|
@ -70,10 +70,12 @@ STM32_protocol.prototype.connect = function(hex) {
|
||||||
flashing_bitrate = 921600;
|
flashing_bitrate = 921600;
|
||||||
break;
|
break;
|
||||||
case 'MacOS':
|
case 'MacOS':
|
||||||
|
flashing_bitrate = 921600;
|
||||||
|
break;
|
||||||
case 'ChromeOS':
|
case 'ChromeOS':
|
||||||
case 'Linux':
|
case 'Linux':
|
||||||
case 'UNIX':
|
case 'UNIX':
|
||||||
flashing_bitrate = 576000;
|
flashing_bitrate = 256000;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue