1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-26 01:35:28 +03:00

Ports tab: Add missing blackbox baud rates: 1Mbps, 1.5Mbps, 2.47Mbps

This commit is contained in:
AJ Christensen 2019-01-02 08:29:01 +13:00
parent 07f28e44d6
commit 74445a4b4b

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