blob: 8841fa1fc7433ff7518b5cb124272bf0c3104120 [file] [log] [blame]
# Copyright (c) 2024 Embeint Inc
config NET_SAMPLE_SNTP_SERVER_ADDRESS
string "SNTP server address"
default "pool.ntp.org"
config NET_SAMPLE_SNTP_SERVER_PORT
int "SNTP server port"
default 123
config NET_SAMPLE_SNTP_SERVER_TIMEOUT_MS
int "Duration to wait for response"
default 2000
source "Kconfig.zephyr"