1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00
This commit is contained in:
cTn 2014-06-20 14:42:20 +02:00
parent 61bed4770f
commit bf1c58f1bd

View file

@ -61,11 +61,7 @@ STM32_protocol.prototype.connect = function(hex) {
switch (GUI.operating_system) {
case 'Windows':
flashing_bitrate = 921600;
break;
case 'MacOS':
flashing_bitrate = 921600;
break;
case 'ChromeOS':
case 'Linux':
case 'UNIX':