mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-21 15:25:22 +03:00
Merge pull request #1262 from fujin/add-openlager-baudrates-to-ports-tab
Ports tab: Add missing blackbox baud rates: 1Mbps, 1.5Mbps, 2.47Mbps
This commit is contained in:
commit
adc2ea92b7
1 changed files with 4 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue