mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 01:05:15 +03:00
Merge pull request #315 from blckmn/development
Added name mapping for UARTs 5 and 6 (appearing on STM32F4 based boards).
This commit is contained in:
commit
2581abb662
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue