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

10.5.x-maintenance
AJ Christensen 2019-01-02 08:29:01 +13:00
parent 07f28e44d6
commit 74445a4b4b
1 changed files with 4 additions and 1 deletions

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