Change default alert frequency to 400 Hz

This commit is contained in:
Camden Dixie O'Brien 2023-05-18 01:33:39 +01:00
parent 0d12bb7445
commit 2c8672d22f

View File

@ -19,7 +19,7 @@ menu "Bedside clock settings"
menu "Alert sound options" menu "Alert sound options"
config ALERT_FREQ config ALERT_FREQ
int "Frequency (in Hz) of the alert sound" int "Frequency (in Hz) of the alert sound"
default 350 default 400
config ALERT_AMPLITUDE config ALERT_AMPLITUDE
int "Amplitude (0 to 255) of the alert sound" int "Amplitude (0 to 255) of the alert sound"
default 180 default 180