From 129a2650c22915bc789b6bdbc9d360bd97059e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABl=20Gassmann?= Date: Sat, 28 Sep 2024 18:05:02 +0200 Subject: [+] WiFi with dpp on first setup + SNTP --- main/Kconfig.projbuild | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'main/Kconfig.projbuild') diff --git a/main/Kconfig.projbuild b/main/Kconfig.projbuild index 18b0727..4ff3093 100644 --- a/main/Kconfig.projbuild +++ b/main/Kconfig.projbuild @@ -145,4 +145,35 @@ menu "Configuration of the Nixie Screen" help Pin number for N3_P3. + config ESP_DPP_LISTEN_CHANNEL_LIST + string "DPP Listen channel list" + default "6" + help + DPP Bootstrapping listen channels separated by commas. + + config ESP_DPP_BOOTSTRAPPING_KEY + string "Bootstrapping key" + help + 64 hex digits (or 32 bytes) of raw private key for DPP Bootstrapping. + + config ESP_DPP_DEVICE_INFO + string "Additional Device Info" + help + Additional ancillary information to be included in QR Code. + + config SNTP_TIME_SERVER + string "SNTP server name" + default "pool.ntp.org" + help + Hostname of the main SNTP server. + + choice SNTP_TIME_SYNC_METHOD + prompt "Time synchronization method" + default SNTP_TIME_SYNC_METHOD_IMMED + help + Time synchronization method. + + config SNTP_TIME_SYNC_METHOD_IMMED + bool "update time immediately when received" + endchoice endmenu \ No newline at end of file -- cgit v1.2.3