1
0
Fork 0
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:
cTn 2014-01-21 14:20:31 +01:00
parent ed963bfdad
commit 763696b380

View file

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