Skip to content

Commit 93cdc4f

Browse files
committed
add support for ESP32-S3
16 channls, 12 bit resolution, 250Hz sampling rate
1 parent 4e4d8bd commit 93cdc4f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/components/boards.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,13 @@ export const BoardsList: ReadonlyArray<BoardConfig> = Object.freeze([
193193
baud_Rate: 230400,
194194
sampling_rate: 500,
195195
}),
196+
createBoardConfig({
197+
chords_id: "ESP32-S3",
198+
device_name: "ESP32-S3",
199+
field_pid: 4097,
200+
adc_resolution: 12,
201+
channel_count: 16,
202+
baud_Rate: 230400,
203+
sampling_rate: 250,
204+
}),
196205
]);

0 commit comments

Comments
 (0)