Skip to content

Commit 900a5f9

Browse files
author
Alberto Iannaccone
committed
remove useless plotter protocol file
1 parent 4e4ed97 commit 900a5f9

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

Diff for: arduino-ide-extension/src/browser/serial/plotter/plotter-frontend-contribution.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { Contribution } from '../../contributions/contribution';
1111
import { Endpoint, FrontendApplication } from '@theia/core/lib/browser';
1212
import { ipcRenderer } from '@theia/electron/shared/electron';
1313
import { MonitorManagerProxyClient } from '../../../common/protocol';
14-
import { SerialPlotter } from './protocol';
1514
import { BoardsServiceProvider } from '../../boards/boards-service-provider';
1615
import { MonitorModel } from '../../monitor-model';
1716

@@ -95,7 +94,7 @@ export class PlotterFrontendContribution extends Contribution {
9594
}
9695

9796
protected async open(wsPort: number): Promise<void> {
98-
const initConfig: Partial<SerialPlotter.Config> = {
97+
const initConfig = {
9998
darkTheme: this.themeService.getCurrentTheme().type === 'dark',
10099
wsPort,
101100
serialPort: this.model.serialPort,

Diff for: arduino-ide-extension/src/browser/serial/plotter/protocol.ts

-26
This file was deleted.

0 commit comments

Comments
 (0)