Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 19, 2023
1 parent 424857e commit 18a41d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ uint8_t buffer[BUFFER_SIZE];
void setup() {
Serial.begin(115200);
// open in write mode
auto cfg = kit.defaultConfig(true);
auto cfg = kit.defaultConfig(AudioOutput);
cfg.sample_rate = AUDIO_HAL_22K_SAMPLES;
kit.begin(cfg);

Expand Down

0 comments on commit 18a41d6

Please sign in to comment.