Added support for up to t 10 UARTS.

10.3.x-maintenance
mikeller 2016-10-21 00:51:54 +13:00
parent 433cc04c0e
commit 4d7355dd8e
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ TABS.ports.initialize = function (callback, scrollPosition) {
3: 'UART4',
4: 'UART5',
5: 'UART6',
6: 'UART7',
7: 'UART8',
8: 'UART9',
9: 'UART10',
20: 'USB VCP',
30: 'SOFTSERIAL1',
31: 'SOFTSERIAL2'