Merge pull request #2628 from mikeller/add_lpuart1_support

Added support for LPUART1.
10.8-maintenance
haslinghuis 2021-10-11 00:54:41 +02:00 committed by GitHub
commit faa3982890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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');