mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-20 23:05:13 +03:00
UART7 and UART8
This commit is contained in:
parent
f80fb961d1
commit
dfebfe9684
1 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
||||||
'57600',
|
'57600',
|
||||||
'115200',
|
'115200',
|
||||||
'230400',
|
'230400',
|
||||||
'250000',
|
'250000'
|
||||||
];
|
];
|
||||||
|
|
||||||
var columns = ['data', 'logging', 'gps', 'telemetry', 'rx'];
|
var columns = ['data', 'logging', 'gps', 'telemetry', 'rx'];
|
||||||
|
@ -111,6 +111,8 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
||||||
3: 'UART4',
|
3: 'UART4',
|
||||||
4: 'UART5',
|
4: 'UART5',
|
||||||
5: 'UART6',
|
5: 'UART6',
|
||||||
|
6: 'UART7',
|
||||||
|
7: 'UART8',
|
||||||
20: 'USB VCP',
|
20: 'USB VCP',
|
||||||
30: 'SOFTSERIAL1',
|
30: 'SOFTSERIAL1',
|
||||||
31: 'SOFTSERIAL2'
|
31: 'SOFTSERIAL2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue