I like the small beep at the end of bootup in OpenCat32 but I am growing very tired of hearing the melody that plays at the beginning of bootup. How can I silence (but not delete) that boot up melody?
24 comments
Like
24 Comments
Commenting on this post isn't available anymore. Contact the site owner for more info.
You can use the 'b' command (mute). You can send it using the serial monitor in Arduino. Note that it turns off all sound, so you won't get the tone for each command you give it. When you send the sommand the response should indicate the mute ("Muted", "Unmute". It should persist over reboots as well., i.e, it updates the EEPROM.
You can use the 'b' command (mute). You can send it using the serial monitor in Arduino. Note that it turns off all sound, so you won't get the tone for each command you give it. When you send the sommand the response should indicate the mute ("Muted", "Unmute". It should persist over reboots as well., i.e, it updates the EEPROM.