We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c91a0 commit 8208240Copy full SHA for 8208240
src/components/boards.ts
@@ -65,17 +65,6 @@ export const BoardsList: ReadonlyArray<BoardConfig> = Object.freeze([
65
channel_count: 8,
66
baud_Rate: 115200,
67
}),
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
-
79
createBoardConfig({
80
chords_id: "NANO-CLONE",
81
device_name: "Arduino Nano Clone",
0 commit comments