Skip to content

Commit cadacc6

Browse files
authored
Merge pull request #100 from Asc91/main
add support for ESP32-S3
2 parents 4e4d8bd + 93cdc4f commit cadacc6

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)