This commit is contained in:
Eugene Pankov 2023-03-23 22:24:09 +01:00
parent b710c1711f
commit a22f9a8b43
No known key found for this signature in database
GPG key ID: 5896FCBBDD1CF4F4

View file

@ -113,7 +113,7 @@ export class SerialTabComponent extends BaseTerminalTabComponent<SerialProfile>
name: x.toString(), result: x,
})),
)
this.session?.serial.update({ baudRate: rate })
this.session?.serial?.update({ baudRate: rate })
this.profile.options.baudrate = rate
}
}