1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00
This commit is contained in:
cTn 2014-04-11 21:22:05 +02:00
parent 1268e0c206
commit 9165fc65de
3 changed files with 7 additions and 2 deletions

View file

@ -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':