Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards).
parent
50d179dad0
commit
87fe426130
|
@ -98,6 +98,8 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
||||||
1: 'UART2',
|
1: 'UART2',
|
||||||
2: 'UART3',
|
2: 'UART3',
|
||||||
3: 'UART4',
|
3: 'UART4',
|
||||||
|
4: 'UART5',
|
||||||
|
5: 'UART6',
|
||||||
20: 'USB VCP',
|
20: 'USB VCP',
|
||||||
30: 'SOFTSERIAL1',
|
30: 'SOFTSERIAL1',
|
||||||
31: 'SOFTSERIAL2'
|
31: 'SOFTSERIAL2'
|
||||||
|
|
Loading…
Reference in New Issue