Merge pull request #3303 from frauhottelmann/master

add baudrate 1500000
This commit is contained in:
Eugene 2021-01-06 10:32:21 +01:00 committed by GitHub
commit e0fe125cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ export interface SerialConnection {
} }
export const BAUD_RATES = [ export const BAUD_RATES = [
110, 150, 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 110, 150, 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200, 230400, 460800, 921600, 1500000,
] ]
export interface SerialPortInfo { export interface SerialPortInfo {