mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-19 14:25: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',
|
||||
'115200',
|
||||
'230400',
|
||||
'250000',
|
||||
'250000'
|
||||
];
|
||||
|
||||
var columns = ['data', 'logging', 'gps', 'telemetry', 'rx'];
|
||||
|
@ -111,6 +111,8 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
|||
3: 'UART4',
|
||||
4: 'UART5',
|
||||
5: 'UART6',
|
||||
6: 'UART7',
|
||||
7: 'UART8',
|
||||
20: 'USB VCP',
|
||||
30: 'SOFTSERIAL1',
|
||||
31: 'SOFTSERIAL2'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue