mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Add 4800 baud
This commit is contained in:
parent
12492267b7
commit
0dcbf6109c
3 changed files with 4 additions and 0 deletions
|
@ -7556,6 +7556,7 @@ var mspHelper = (function (gui) {
|
|||
'AUTO',
|
||||
'1200',
|
||||
'2400',
|
||||
'4800',
|
||||
'9600',
|
||||
'19200',
|
||||
'38400',
|
||||
|
@ -20528,6 +20529,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
|||
'AUTO',
|
||||
'1200',
|
||||
'2400',
|
||||
'4800',
|
||||
'9600',
|
||||
'19200',
|
||||
'38400',
|
||||
|
|
|
@ -8,6 +8,7 @@ var mspHelper = (function (gui) {
|
|||
'AUTO',
|
||||
'1200',
|
||||
'2400',
|
||||
'4800',
|
||||
'9600',
|
||||
'19200',
|
||||
'38400',
|
||||
|
|
|
@ -67,6 +67,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
|||
'AUTO',
|
||||
'1200',
|
||||
'2400',
|
||||
'4800',
|
||||
'9600',
|
||||
'19200',
|
||||
'38400',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue