mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 11:56:36 +00:00
Do not disconnect from the widget, it is done automatically.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
This commit is contained in:
parent
80673ad18f
commit
6b2046e090
@ -176,7 +176,6 @@ export class MonitorWidget extends ReactWidget {
|
||||
}
|
||||
|
||||
protected readonly onChangeBaudRate = async (option: SelectOption<MonitorConfig.BaudRate>) => {
|
||||
await this.monitorConnection.disconnect();
|
||||
this.monitorModel.baudRate = option.value;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user