mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-29 14:16:39 +00:00
Remove unused file
This commit is contained in:
parent
6cf61c498a
commit
ad781f0bfc
@ -1,22 +0,0 @@
|
||||
import { SerialConfig } from '../../../common/protocol/serial-service';
|
||||
import { aBoard, anotherBoard, anotherPort, aPort } from './boards';
|
||||
|
||||
export const aSerialConfig: SerialConfig = {
|
||||
board: aBoard,
|
||||
port: aPort,
|
||||
baudRate: 9600,
|
||||
};
|
||||
|
||||
export const anotherSerialConfig: SerialConfig = {
|
||||
board: anotherBoard,
|
||||
port: anotherPort,
|
||||
baudRate: 9600,
|
||||
};
|
||||
|
||||
export class WebSocketMock {
|
||||
readonly url: string;
|
||||
constructor(url: string) {
|
||||
this.url = url;
|
||||
}
|
||||
close() {}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user