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:
parent
aa8d5300e5
commit
b331315b76
2 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,7 @@ var MSP = {
|
||||||
'57600',
|
'57600',
|
||||||
'115200',
|
'115200',
|
||||||
'230400',
|
'230400',
|
||||||
|
'250000',
|
||||||
],
|
],
|
||||||
|
|
||||||
serialPortFunctions: // in LSB bit order
|
serialPortFunctions: // in LSB bit order
|
||||||
|
|
|
@ -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'];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue