1
0
Fork 0
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:
Michael Keller 2019-01-07 10:19:28 +13:00 committed by GitHub
commit adc2ea92b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'];