1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 01:05:15 +03:00

Added support for LPUART1.

This commit is contained in:
Michael Keller 2021-10-10 15:10:45 +13:00
parent bd2640b2af
commit 203583b799

View file

@ -160,6 +160,7 @@ TABS.ports.initialize = function (callback, scrollPosition) {
20: 'USB VCP',
30: 'SOFTSERIAL1',
31: 'SOFTSERIAL2',
40: 'LPUART1',
};
let gpsBaudrateElement = $('select.gps_baudrate');