1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 12:25:13 +03:00

Add 4800 baud

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2017-03-27 17:45:52 +10:00
parent 12492267b7
commit 0dcbf6109c
3 changed files with 4 additions and 0 deletions

View file

@ -7556,6 +7556,7 @@ var mspHelper = (function (gui) {
'AUTO', 'AUTO',
'1200', '1200',
'2400', '2400',
'4800',
'9600', '9600',
'19200', '19200',
'38400', '38400',
@ -20528,6 +20529,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
'AUTO', 'AUTO',
'1200', '1200',
'2400', '2400',
'4800',
'9600', '9600',
'19200', '19200',
'38400', '38400',

View file

@ -8,6 +8,7 @@ var mspHelper = (function (gui) {
'AUTO', 'AUTO',
'1200', '1200',
'2400', '2400',
'4800',
'9600', '9600',
'19200', '19200',
'38400', '38400',

View file

@ -67,6 +67,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
'AUTO', 'AUTO',
'1200', '1200',
'2400', '2400',
'4800',
'9600', '9600',
'19200', '19200',
'38400', '38400',