Ports tab: Add missing blackbox baud rates: 1Mbps, 1.5Mbps, 2.47Mbps
parent
07f28e44d6
commit
74445a4b4b
|
@ -96,7 +96,10 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
|||
'57600',
|
||||
'115200',
|
||||
'230400',
|
||||
'250000'
|
||||
'250000',
|
||||
'1500000',
|
||||
'2000000',
|
||||
'2470000'
|
||||
];
|
||||
|
||||
var columns = ['configuration', 'peripherals', 'sensors', 'telemetry', 'rx'];
|
||||
|
|
Loading…
Reference in New Issue