Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards).

10.3.x-maintenance
blckmn 2016-01-03 17:59:28 +11:00
parent 50d179dad0
commit 87fe426130
1 changed files with 2 additions and 0 deletions

View File

@ -98,6 +98,8 @@ TABS.ports.initialize = function (callback, scrollPosition) {
1: 'UART2',
2: 'UART3',
3: 'UART4',
4: 'UART5',
5: 'UART6',
20: 'USB VCP',
30: 'SOFTSERIAL1',
31: 'SOFTSERIAL2'