Skip to content

Commit 8208240

Browse files
author
Ritika Mishra
committed
improved boardlist file
1 parent 37c91a0 commit 8208240

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/boards.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,6 @@ export const BoardsList: ReadonlyArray<BoardConfig> = Object.freeze([
6565
channel_count: 8,
6666
baud_Rate: 115200,
6767
}),
68-
createBoardConfig({
69-
chords_id: "BLACK-PILL",
70-
device_name: "Black Pill - STM32F4",
71-
field_pid: 22336,
72-
adc_resolution: 12,
73-
channel_count: 10,
74-
sampling_rate: 500,
75-
serial_timeout: 200,
76-
baud_Rate: 230400
77-
}),
78-
7968
createBoardConfig({
8069
chords_id: "NANO-CLONE",
8170
device_name: "Arduino Nano Clone",

0 commit comments

Comments
 (0)