From ef753ce182e35ee6f58559b2d4af7a24ee851c8b Mon Sep 17 00:00:00 2001 From: Alan Wang <44191076+alankrantas@users.noreply.github.com> Date: Sat, 24 Apr 2021 18:58:27 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5a5f59..5cd0e59 100644 --- a/README.md +++ b/README.md @@ -546,7 +546,7 @@ while True: print('Message converted:\n', morse_str) for code in morse_str: - music.pitch(440) + music.pitch(392) display.show(Image.TARGET) sleep(morse_delay * (3 if code == '-' else 1)) music.stop()