1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 20:35:19 +03:00

Add 250000 baudrate for blackbox

This commit is contained in:
Nicholas Sherlock 2015-03-07 13:07:32 +13:00
parent aa8d5300e5
commit b331315b76
2 changed files with 2 additions and 0 deletions

View file

@ -110,6 +110,7 @@ var MSP = {
'57600', '57600',
'115200', '115200',
'230400', '230400',
'250000',
], ],
serialPortFunctions: // in LSB bit order serialPortFunctions: // in LSB bit order

View file

@ -53,6 +53,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
'57600', '57600',
'115200', '115200',
'230400', '230400',
'250000',
]; ];
var columns = ['data', 'logging', 'gps', 'telemetry', 'rx']; var columns = ['data', 'logging', 'gps', 'telemetry', 'rx'];