mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-14 20:10:11 +03:00
bumping up bitrate for testing
This commit is contained in:
parent
dc7ac9e242
commit
8e97a68cb1
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ STM32_protocol.prototype.connect = function(hex) {
|
||||||
flashing_bitrate = 921600;
|
flashing_bitrate = 921600;
|
||||||
break;
|
break;
|
||||||
case 'MacOS':
|
case 'MacOS':
|
||||||
flashing_bitrate = 38400; /* locked to max supported until new serial api is fixed */
|
flashing_bitrate = 921600; /* max of 38400 was fixed in dev branch, 33 still broken */
|
||||||
break;
|
break;
|
||||||
case 'ChromeOS':
|
case 'ChromeOS':
|
||||||
case 'Linux':
|
case 'Linux':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue