1
0
Fork 0
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:
Michael Keller 2016-10-22 21:01:16 +13:00 committed by GitHub
commit c52cbabb0b

View file

@ -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'