From d5415f464400fb7d72a8883a9fb3b8c13e0177d4 Mon Sep 17 00:00:00 2001 From: Stephen White Date: Wed, 1 Jan 2020 14:10:50 +1100 Subject: [PATCH] Changed the example default piezo sound settings. --- options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.txt b/options.txt index e4bc33e..10f7de6 100644 --- a/options.txt +++ b/options.txt @@ -62,8 +62,8 @@ GraphIEC = 1 // If you have hardware with a peizo buzzer (the type without a generator) then you can use this option to hear the head step //SoundOnGPIO = 1 -//SoundOnGPIODuration = 1000 // Length of buzz in micro seconds -//SoundOnGPIOFreq = 1200 // Frequency of buzz in Hz +//SoundOnGPIODuration = 100 // Length of buzz in micro seconds +//SoundOnGPIOFreq = 200 // Frequency of buzz in Hz // You can create 320x200 PNG files with the same name as your disk images. With this option turned on they will be displayed on the Pi's screen. //DisplayPNGIcons = 1