From b293879149aa2050e4f30a3dd61596452d7a67bf Mon Sep 17 00:00:00 2001 From: ImplFerris Date: Wed, 1 Jan 2025 09:18:39 +0530 Subject: [PATCH] project name --- src/buzzer/play-songs/code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buzzer/play-songs/code.md b/src/buzzer/play-songs/code.md index 64aa043..0b15048 100644 --- a/src/buzzer/play-songs/code.md +++ b/src/buzzer/play-songs/code.md @@ -7,7 +7,7 @@ You have done this step already in the quick start section. To create the project, use the `esp-generate` command. Run the following: ```sh -esp-generate --chip esp32 active-buzzer +esp-generate --chip esp32 buzzer-song ``` This will open a screen asking you to select options. For now, we dont need to select any options. Just save it by pressing "s" in the keyboard.