mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Merge pull request #322 from mikeller/add_more_uarts
Added support for up to 10 UARTS.
This commit is contained in:
commit
c52cbabb0b
1 changed files with 4 additions and 0 deletions
|
@ -110,6 +110,10 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
||||||
3: 'UART4',
|
3: 'UART4',
|
||||||
4: 'UART5',
|
4: 'UART5',
|
||||||
5: 'UART6',
|
5: 'UART6',
|
||||||
|
6: 'UART7',
|
||||||
|
7: 'UART8',
|
||||||
|
8: 'UART9',
|
||||||
|
9: 'UART10',
|
||||||
20: 'USB VCP',
|
20: 'USB VCP',
|
||||||
30: 'SOFTSERIAL1',
|
30: 'SOFTSERIAL1',
|
||||||
31: 'SOFTSERIAL2'
|
31: 'SOFTSERIAL2'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue