We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cced4b commit 1e41d44Copy full SHA for 1e41d44
arduino-ide-extension/src/browser/monitor-model.ts
@@ -39,7 +39,7 @@ export class MonitorModel implements FrontendApplicationContribution {
39
this._darkTheme = false;
40
this._wsPort = 0;
41
this._serialPort = '';
42
- this._connected = true;
+ this._connected = false;
43
44
this.onChangeEmitter = new Emitter<
45
MonitorModel.State.Change<keyof MonitorModel.State>
0 commit comments