diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild index 4ef5ccf..5030b36 100644 --- a/main/Kconfig.projbuild +++ b/main/Kconfig.projbuild @@ -1,19 +1,21 @@ menu "Bedside clock settings" - config DEFAULT_HOSTNAME - string "Default hostname" - default "bedside-clock" - config DEFAULT_SSID - string "SSID of default WiFi network" - default "" - config DEFAULT_PSK - string "PSK for default WiFi network" - default "" - config DEFAULT_TIMEZONE - string "Default timezone" - default "Europe/London" - config DEFAULT_SNTP_SERVER - string "Default SNTP server domain" - default "pool.ntp.org" + menu "Default settings" + config DEFAULT_HOSTNAME + string "Default hostname" + default "bedside-clock" + config DEFAULT_SSID + string "SSID of default WiFi network" + default "" + config DEFAULT_PSK + string "PSK for default WiFi network" + default "" + config DEFAULT_TIMEZONE + string "Default timezone" + default "Europe/London" + config DEFAULT_SNTP_SERVER + string "Default SNTP server domain" + default "pool.ntp.org" + endmenu config WIFI_MAX_RETRIES int "Maximum number of times to retry connecting to WiFi network" default 10