mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-16 12:55:13 +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;
|
||||
break;
|
||||
case 'MacOS':
|
||||
flashing_bitrate = 921600;
|
||||
break;
|
||||
case 'ChromeOS':
|
||||
case 'Linux':
|
||||
case 'UNIX':
|
||||
flashing_bitrate = 576000;
|
||||
flashing_bitrate = 256000;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue