mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 06:15:13 +03:00
release
This commit is contained in:
parent
1268e0c206
commit
9165fc65de
3 changed files with 7 additions and 2 deletions
|
@ -61,7 +61,7 @@ STM32_protocol.prototype.connect = function(hex) {
|
|||
flashing_bitrate = 921600;
|
||||
break;
|
||||
case 'MacOS':
|
||||
flashing_bitrate = 921600; /* max of 38400 was fixed in dev branch, 33 still broken */
|
||||
flashing_bitrate = 921600;
|
||||
break;
|
||||
case 'ChromeOS':
|
||||
case 'Linux':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue