Update README.md

This commit is contained in:
Alan Wang
2021-04-24 18:58:27 +08:00
committed by GitHub
parent 85fe8b1c98
commit ef753ce182

View File

@@ -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()