1
0
Fork 0
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:
Dominic Clifton 2016-01-16 17:37:51 +01:00
commit 2581abb662

View file

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