Add setting for SNTP server

This commit is contained in:
2023-05-15 23:21:47 +01:00
parent 7d84b95ad5
commit 62405149ad
3 changed files with 51 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ menu "Bedside clock settings"
config DEFAULT_TIMEZONE
string "Default timezone"
default "Europe/London"
config DEFAULT_SNTP_SERVER
string "Default SNTP server domain"
default "pool.ntp.org"
config WIFI_MAX_RETRIES
int "Maximum number of times to retry connecting to WiFi network"
default 10