File tree 2 files changed +1
-28
lines changed
arduino-ide-extension/src/browser/serial/plotter
2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ import { Contribution } from '../../contributions/contribution';
11
11
import { Endpoint , FrontendApplication } from '@theia/core/lib/browser' ;
12
12
import { ipcRenderer } from '@theia/electron/shared/electron' ;
13
13
import { MonitorManagerProxyClient } from '../../../common/protocol' ;
14
- import { SerialPlotter } from './protocol' ;
15
14
import { BoardsServiceProvider } from '../../boards/boards-service-provider' ;
16
15
import { MonitorModel } from '../../monitor-model' ;
17
16
@@ -95,7 +94,7 @@ export class PlotterFrontendContribution extends Contribution {
95
94
}
96
95
97
96
protected async open ( wsPort : number ) : Promise < void > {
98
- const initConfig : Partial < SerialPlotter . Config > = {
97
+ const initConfig = {
99
98
darkTheme : this . themeService . getCurrentTheme ( ) . type === 'dark' ,
100
99
wsPort,
101
100
serialPort : this . model . serialPort ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments