Skip to content

Commit c52cbab

Browse files
authored
Merge pull request #322 from mikeller/add_more_uarts
Added support for up to 10 UARTS.
2 parents 433cc04 + 4d7355d commit c52cbab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tabs/ports.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ TABS.ports.initialize = function (callback, scrollPosition) {
110110
3: 'UART4',
111111
4: 'UART5',
112112
5: 'UART6',
113+
6: 'UART7',
114+
7: 'UART8',
115+
8: 'UART9',
116+
9: 'UART10',
113117
20: 'USB VCP',
114118
30: 'SOFTSERIAL1',
115119
31: 'SOFTSERIAL2'

0 commit comments

Comments
 (0)