mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-08 01:48:32 +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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user