mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-26 01:35:28 +03:00
Added support for LPUART1.
This commit is contained in:
parent
bd2640b2af
commit
203583b799
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
|
||||||
20: 'USB VCP',
|
20: 'USB VCP',
|
||||||
30: 'SOFTSERIAL1',
|
30: 'SOFTSERIAL1',
|
||||||
31: 'SOFTSERIAL2',
|
31: 'SOFTSERIAL2',
|
||||||
|
40: 'LPUART1',
|
||||||
};
|
};
|
||||||
|
|
||||||
let gpsBaudrateElement = $('select.gps_baudrate');
|
let gpsBaudrateElement = $('select.gps_baudrate');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue