From b331315b768786bd635e670089a37e149dbdaebd Mon Sep 17 00:00:00 2001 From: Nicholas Sherlock Date: Sat, 7 Mar 2015 13:07:32 +1300 Subject: [PATCH] Add 250000 baudrate for blackbox --- js/msp.js | 1 + tabs/ports.js | 1 + 2 files changed, 2 insertions(+) diff --git a/js/msp.js b/js/msp.js index bffcc834..f0286fa2 100644 --- a/js/msp.js +++ b/js/msp.js @@ -110,6 +110,7 @@ var MSP = { '57600', '115200', '230400', + '250000', ], serialPortFunctions: // in LSB bit order diff --git a/tabs/ports.js b/tabs/ports.js index 32fc58e3..fdb729f4 100644 --- a/tabs/ports.js +++ b/tabs/ports.js @@ -53,6 +53,7 @@ TABS.ports.initialize = function (callback, scrollPosition) { '57600', '115200', '230400', + '250000', ]; var columns = ['data', 'logging', 'gps', 'telemetry', 'rx'];