This commit is contained in:
Eugene Pankov
2023-03-23 22:24:09 +01:00
parent b710c1711f
commit a22f9a8b43

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
}
}