1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2017-01-10 16:16:30 +01:00
parent f80fb961d1
commit dfebfe9684

View file

@ -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'