mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
cleanup
This commit is contained in:
parent
61bed4770f
commit
bf1c58f1bd
1 changed files with 0 additions and 4 deletions
|
@ -61,11 +61,7 @@ STM32_protocol.prototype.connect = function(hex) {
|
||||||
|
|
||||||
switch (GUI.operating_system) {
|
switch (GUI.operating_system) {
|
||||||
case 'Windows':
|
case 'Windows':
|
||||||
flashing_bitrate = 921600;
|
|
||||||
break;
|
|
||||||
case 'MacOS':
|
case 'MacOS':
|
||||||
flashing_bitrate = 921600;
|
|
||||||
break;
|
|
||||||
case 'ChromeOS':
|
case 'ChromeOS':
|
||||||
case 'Linux':
|
case 'Linux':
|
||||||
case 'UNIX':
|
case 'UNIX':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue